DFF is not populating AR_RECEIPT_API_PUB.create_misc
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,