Receivables - EBS (MOSC)

MOSC Banner

DFF is not populating AR_RECEIPT_API_PUB.create_misc

edited Jun 29, 2017 6:34AM in Receivables - EBS (MOSC) 2 commentsAnswered

Hi All,

The  DFF is not populating while working with API.

AR_RECEIPT_API_PUB.create_misc

                           (p_api_version            => 1.0,

                            p_init_msg_list          => fnd_api.g_true,

                            p_commit                 => fnd_api.g_true,

                            p_validation_level       => fnd_api.g_valid_level_full,

                            x_return_status          => l_status,

                            x_msg_count              => l_msg_count,

                            x_msg_data               => l_mesg,

                            p_currency_code          => currency_code,

                            p_amount                 => p_amount,

                            p_receipt_date           => TRUNC(p_receipt_date),

                            p_gl_date                => TRUNC(NVL(p_gl_date,p_receipt_date)),

       p_org_id                 => ln_org_id,

                            p_receipt_method_id      => l_receipt_method_id,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center