DBA Data[Home] [Help]

APPS.OKL_CASH_RECEIPT dependencies on AR_RECEIPT_API_PUB

Line 229: Ar_receipt_api_pub.Create_cash( p_api_version => l_api_version

225: -- when dealing with cross currencies, daily exchange rates must
226: -- be defined.
227: ----------------------------------------------------------------
228:
229: Ar_receipt_api_pub.Create_cash( p_api_version => l_api_version
230: ,p_init_msg_list => l_init_msg_list
231: ,x_return_status => l_return_status
232: ,x_msg_count => l_msg_count
233: ,x_msg_data => l_msg_data

Line 326: Ar_receipt_api_pub.apply( p_api_version => l_api_version

322:
323: IF l_applied_amount = 0 THEN
324: NULL;
325: ELSE
326: Ar_receipt_api_pub.apply( p_api_version => l_api_version
327: ,p_init_msg_list => l_init_msg_list
328: ,x_return_status => l_return_status
329: ,x_msg_count => l_msg_count
330: ,x_msg_data => l_msg_data

Line 362: Ar_receipt_api_pub.Apply_on_account( p_api_version => l_api_version

358: IF l_func_amount_applied_tot < l_orig_rcpt_amount THEN
359:
360: IF l_over_pay = 'O' THEN -- APPLY TO ON ACCOUNT IF SELECTED.
361:
362: Ar_receipt_api_pub.Apply_on_account( p_api_version => l_api_version
363: ,p_init_msg_list => l_init_msg_list
364: ,x_return_status => l_return_status
365: ,x_msg_count => l_msg_count
366: ,x_msg_data => l_msg_data

Line 457: l_attribute_rec AR_RECEIPT_API_PUB.attribute_rec_type;

453: -- DECLARE Record/Table Types
454: ------------------------------
455:
456: l_rcpt_rec OKL_CASH_APPL_RULES.rcpt_rec_type;
457: l_attribute_rec AR_RECEIPT_API_PUB.attribute_rec_type;
458:
459:
460: BEGIN
461: SAVEPOINT create_receipt;

Line 500: Ar_receipt_api_pub.Create_cash( p_api_version => l_api_version

496: IF l_exchange_rate_type = 'NONE' THEN
497: l_exchange_rate_type := NULL;
498: END IF;
499:
500: Ar_receipt_api_pub.Create_cash( p_api_version => l_api_version
501: ,p_init_msg_list => l_init_msg_list
502: ,x_return_status => l_return_status
503: ,x_msg_count => l_msg_count
504: ,x_msg_data => l_msg_data

Line 863: Ar_receipt_api_pub.Create_and_apply( p_api_version => l_api_version

859: --l_gl_date := l_xcrv_rec.receipt_date;
860: END IF;
861: -------------------------------------------------------------
862:
863: Ar_receipt_api_pub.Create_and_apply( p_api_version => l_api_version
864: ,p_init_msg_list => l_init_msg_list
865: ,x_return_status => l_return_status
866: ,x_msg_count => l_msg_count
867: ,x_msg_data => l_msg_data

Line 952: Ar_receipt_api_pub.apply( p_api_version => l_api_version

948:
949: IF l_applied_amount = 0 THEN
950: NULL;
951: ELSE
952: Ar_receipt_api_pub.apply( p_api_version => l_api_version
953: ,p_init_msg_list => l_init_msg_list
954: ,x_return_status => l_return_status
955: ,x_msg_count => l_msg_count
956: ,x_msg_data => l_msg_data

Line 994: Ar_receipt_api_pub.Apply_on_account( p_api_version => l_api_version

990: END IF;
991: */
992: IF l_over_pay = 'O' THEN -- APPLY TO ON ACCOUNT IF SELECTED.
993:
994: Ar_receipt_api_pub.Apply_on_account( p_api_version => l_api_version
995: ,p_init_msg_list => l_init_msg_list
996: ,x_return_status => l_return_status
997: ,x_msg_count => l_msg_count
998: ,x_msg_data => l_msg_data