DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_COVER dependencies on AR_RECEIPT_API_PUB

Line 62: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,

58: p_doc_sequence_value IN NUMBER ,
59: p_ussgl_transaction_code IN VARCHAR2 ,
60: p_anticipated_clearing_date IN DATE ,
61: p_called_from IN VARCHAR2 ,
62: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
63: -- ******* Global Flexfield parameters *******
64: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type,
65: p_comments IN VARCHAR2 ,
66: -- *** Notes Receivable Additional Information ***

Line 64: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type,

60: p_anticipated_clearing_date IN DATE ,
61: p_called_from IN VARCHAR2 ,
62: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
63: -- ******* Global Flexfield parameters *******
64: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type,
65: p_comments IN VARCHAR2 ,
66: -- *** Notes Receivable Additional Information ***
67: p_issuer_name IN VARCHAR2,
68: p_issue_date IN DATE ,

Line 78: AR_Receipt_API_PUB.Create_cash(

74:
75: BEGIN
76:
77: -- Call the receipt API
78: AR_Receipt_API_PUB.Create_cash(
79: -- Standard API parameters.
80: p_api_version => p_api_version,
81: p_init_msg_list => p_init_msg_list,
82: p_commit => p_commit,

Line 164: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,

160: p_show_closed_invoices IN VARCHAR2 , /* Bug fix 2462013 */
161: p_called_from IN VARCHAR2 ,
162: p_move_deferred_tax IN VARCHAR2 ,
163: p_link_to_trx_hist_id IN ar_receivable_applications.link_to_trx_hist_id%TYPE ,
164: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
165: -- ******* Global Flexfield parameters *******
166: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
167: p_comments IN ar_receivable_applications.comments%TYPE ,
168: p_payment_set_id IN ar_receivable_applications.payment_set_id%TYPE ,

Line 166: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,

162: p_move_deferred_tax IN VARCHAR2 ,
163: p_link_to_trx_hist_id IN ar_receivable_applications.link_to_trx_hist_id%TYPE ,
164: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
165: -- ******* Global Flexfield parameters *******
166: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
167: p_comments IN ar_receivable_applications.comments%TYPE ,
168: p_payment_set_id IN ar_receivable_applications.payment_set_id%TYPE ,
169: p_application_ref_type IN ar_receivable_applications.application_ref_type%TYPE ,
170: p_application_ref_id IN ar_receivable_applications.application_ref_id%TYPE ,

Line 182: AR_Receipt_API_PUB.Apply(

178:
179: BEGIN
180:
181: -- Call the receipt API
182: AR_Receipt_API_PUB.Apply(
183: -- Standard API parameters.
184: p_api_version => p_api_version,
185: p_init_msg_list => p_init_msg_list,
186: p_commit => p_commit,

Line 253: AR_Receipt_API_PUB.Unapply(

249:
250: BEGIN
251:
252: -- Call the receipt API
253: AR_Receipt_API_PUB.Unapply(
254: -- Standard API parameters.
255: p_api_version => p_api_version,
256: p_init_msg_list => p_init_msg_list,
257: p_commit => p_commit,

Line 319: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,

315: p_doc_sequence_value IN NUMBER ,
316: p_ussgl_transaction_code IN ar_cash_receipts.ussgl_transaction_code%TYPE ,
317: p_anticipated_clearing_date IN ar_cash_receipts.anticipated_clearing_date%TYPE ,
318: p_called_from IN VARCHAR2 ,
319: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
320: -- ******* Global Flexfield parameters *******
321: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
322: p_receipt_comments IN VARCHAR2 ,
323: -- *** Notes Receivable Additional Information ***

Line 321: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,

317: p_anticipated_clearing_date IN ar_cash_receipts.anticipated_clearing_date%TYPE ,
318: p_called_from IN VARCHAR2 ,
319: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
320: -- ******* Global Flexfield parameters *******
321: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
322: p_receipt_comments IN VARCHAR2 ,
323: -- *** Notes Receivable Additional Information ***
324: p_issuer_name IN ar_cash_receipts.issuer_name%TYPE ,
325: p_issue_date IN ar_cash_receipts.issue_date%TYPE ,

Line 347: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,

343: p_line_number IN ra_customer_trx_lines.line_number%TYPE ,
344: p_show_closed_invoices IN VARCHAR2 , /* Bug fix 2462013 */
345: p_move_deferred_tax IN VARCHAR2 ,
346: p_link_to_trx_hist_id IN ar_receivable_applications.link_to_trx_hist_id%TYPE ,
347: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
348: -- ******* Global Flexfield parameters *******
349: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
350: app_comments IN ar_receivable_applications.comments%TYPE ,
351: -- OSTEINME 3/9/2001: added flag that indicates whether to call payment

Line 349: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,

345: p_move_deferred_tax IN VARCHAR2 ,
346: p_link_to_trx_hist_id IN ar_receivable_applications.link_to_trx_hist_id%TYPE ,
347: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
348: -- ******* Global Flexfield parameters *******
349: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
350: app_comments IN ar_receivable_applications.comments%TYPE ,
351: -- OSTEINME 3/9/2001: added flag that indicates whether to call payment
352: -- processor such as iPayments
353: p_call_payment_processor IN VARCHAR2

Line 362: AR_Receipt_API_PUB.Create_and_apply(

358:
359: BEGIN
360:
361: -- Call the receipt API
362: AR_Receipt_API_PUB.Create_and_apply(
363: -- Standard API parameters.
364: p_api_version => p_api_version,
365: p_init_msg_list => p_init_msg_list,
366: p_commit => p_commit,

Line 460: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,

456: p_reversal_reason_code IN ar_cash_receipts.reversal_reason_code%TYPE ,
457: p_reversal_reason_name IN ar_lookups.meaning%TYPE ,
458: p_reversal_comments IN ar_cash_receipts.reversal_comments%TYPE ,
459: p_called_from IN VARCHAR2 ,
460: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
461: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
462: p_cancel_claims_flag IN VARCHAR2
463: )
464: IS

Line 461: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,

457: p_reversal_reason_name IN ar_lookups.meaning%TYPE ,
458: p_reversal_comments IN ar_cash_receipts.reversal_comments%TYPE ,
459: p_called_from IN VARCHAR2 ,
460: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
461: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
462: p_cancel_claims_flag IN VARCHAR2
463: )
464: IS
465:

Line 469: AR_Receipt_API_PUB.Reverse(

465:
466: BEGIN
467:
468: -- Call the receipt API
469: AR_Receipt_API_PUB.Reverse(
470: -- Standard API parameters.
471: p_api_version => p_api_version,
472: p_init_msg_list => p_init_msg_list,
473: p_commit => p_commit,

Line 511: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,

507: p_amount_applied IN ar_receivable_applications.amount_applied%TYPE ,
508: p_apply_date IN ar_receivable_applications.apply_date%TYPE ,
509: p_apply_gl_date IN ar_receivable_applications.gl_date%TYPE ,
510: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE ,
511: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
512: -- ******* Global Flexfield parameters *******
513: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
514: p_comments IN ar_receivable_applications.comments%TYPE ,
515: p_application_ref_num IN ar_receivable_applications.application_ref_num%TYPE ,

Line 513: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,

509: p_apply_gl_date IN ar_receivable_applications.gl_date%TYPE ,
510: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE ,
511: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
512: -- ******* Global Flexfield parameters *******
513: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
514: p_comments IN ar_receivable_applications.comments%TYPE ,
515: p_application_ref_num IN ar_receivable_applications.application_ref_num%TYPE ,
516: p_secondary_application_ref_id IN ar_receivable_applications.secondary_application_ref_id%TYPE ,
517: p_customer_reference IN ar_receivable_applications.customer_reference%TYPE ,

Line 525: AR_Receipt_API_PUB.Apply_on_account(

521:
522: BEGIN
523:
524: -- Call the receipt API
525: AR_Receipt_API_PUB.Apply_on_account(
526: -- Standard API parameters.
527: p_api_version => p_api_version,
528: p_init_msg_list => p_init_msg_list,
529: p_commit => p_commit,

Line 572: AR_Receipt_API_PUB.Unapply_on_account(

568:
569: BEGIN
570:
571: -- Call the receipt API
572: AR_Receipt_API_PUB.Unapply_on_account(
573: -- Standard API parameters.
574: p_api_version => p_api_version,
575: p_init_msg_list => p_init_msg_list,
576: p_commit => p_commit,

Line 608: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,

604: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE, --this has no default
605: p_apply_date IN ar_receivable_applications.apply_date%TYPE ,
606: p_apply_gl_date IN ar_receivable_applications.gl_date%TYPE ,
607: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE ,
608: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
609: -- ******* Global Flexfield parameters *******
610: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
611: p_comments IN ar_receivable_applications.comments%TYPE ,
612: p_application_ref_type IN OUT NOCOPY

Line 610: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,

606: p_apply_gl_date IN ar_receivable_applications.gl_date%TYPE ,
607: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE ,
608: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
609: -- ******* Global Flexfield parameters *******
610: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
611: p_comments IN ar_receivable_applications.comments%TYPE ,
612: p_application_ref_type IN OUT NOCOPY
613: ar_receivable_applications.application_ref_type%TYPE,
614: p_application_ref_id IN OUT NOCOPY

Line 631: AR_Receipt_API_PUB.Activity_application(

627:
628: BEGIN
629:
630: -- Call the receipt API
631: AR_Receipt_API_PUB.Activity_application(
632: -- Standard API parameters.
633: p_api_version => p_api_version,
634: p_init_msg_list => p_init_msg_list,
635: p_commit => p_commit,

Line 687: AR_Receipt_API_PUB.Activity_Unapplication(

683:
684: BEGIN
685:
686: -- Call the receipt API
687: AR_Receipt_API_PUB.Activity_Unapplication(
688: -- Standard API parameters.
689: p_api_version => p_api_version,
690: p_init_msg_list => p_init_msg_list,
691: p_commit => p_commit,

Line 729: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,

725: p_application_ref_id IN OUT NOCOPY ar_receivable_applications.application_ref_id%TYPE ,
726: p_application_ref_num IN OUT NOCOPY ar_receivable_applications.application_ref_num%TYPE ,
727: p_secondary_application_ref_id IN OUT NOCOPY ar_receivable_applications.secondary_application_ref_id%TYPE ,
728: p_payment_set_id IN ar_receivable_applications.payment_set_id%TYPE ,
729: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
730: -- ******* Global Flexfield parameters *******
731: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
732: p_comments IN ar_receivable_applications.comments%TYPE ,
733: p_application_ref_reason IN ar_receivable_applications.application_ref_reason%TYPE ,

Line 731: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,

727: p_secondary_application_ref_id IN OUT NOCOPY ar_receivable_applications.secondary_application_ref_id%TYPE ,
728: p_payment_set_id IN ar_receivable_applications.payment_set_id%TYPE ,
729: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
730: -- ******* Global Flexfield parameters *******
731: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
732: p_comments IN ar_receivable_applications.comments%TYPE ,
733: p_application_ref_reason IN ar_receivable_applications.application_ref_reason%TYPE ,
734: p_customer_reference IN ar_receivable_applications.customer_reference%TYPE ,
735: p_customer_reason IN ar_receivable_applications.customer_reason%TYPE ,

Line 743: AR_Receipt_API_PUB.Apply_other_account(

739:
740: BEGIN
741:
742: -- Call the receipt API
743: AR_Receipt_API_PUB.Apply_other_account(
744: -- Standard API parameters.
745: p_api_version => p_api_version,
746: p_init_msg_list => p_init_msg_list,
747: p_commit => p_commit,

Line 800: AR_Receipt_API_PUB.Unapply_other_account(

796:
797: BEGIN
798:
799: -- Call the receipt API
800: AR_Receipt_API_PUB.Unapply_other_account(
801: -- Standard API parameters.
802: p_api_version => p_api_version,
803: p_init_msg_list => p_init_msg_list,
804: p_commit => p_commit,

Line 858: p_attribute_record IN ar_receipt_api_pub.attribute_rec_type ,

854: p_receipt_method_name IN VARCHAR2 ,
855: p_doc_sequence_value IN NUMBER ,
856: p_ussgl_transaction_code IN VARCHAR2 ,
857: p_anticipated_clearing_date IN DATE ,
858: p_attribute_record IN ar_receipt_api_pub.attribute_rec_type ,
859: p_global_attribute_record IN ar_receipt_api_pub.global_attribute_rec_type ,
860: p_comments IN VARCHAR2 ,
861: p_misc_receipt_id OUT NOCOPY NUMBER)
862: IS

Line 859: p_global_attribute_record IN ar_receipt_api_pub.global_attribute_rec_type ,

855: p_doc_sequence_value IN NUMBER ,
856: p_ussgl_transaction_code IN VARCHAR2 ,
857: p_anticipated_clearing_date IN DATE ,
858: p_attribute_record IN ar_receipt_api_pub.attribute_rec_type ,
859: p_global_attribute_record IN ar_receipt_api_pub.global_attribute_rec_type ,
860: p_comments IN VARCHAR2 ,
861: p_misc_receipt_id OUT NOCOPY NUMBER)
862: IS
863:

Line 867: AR_Receipt_API_PUB.Create_misc(

863:
864: BEGIN
865:
866: -- Call the receipt API
867: AR_Receipt_API_PUB.Create_misc(
868: -- Standard API parameters.
869: p_api_version => p_api_version,
870: p_init_msg_list => p_init_msg_list,
871: p_commit => p_commit,

Line 934: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,

930: p_apply_date IN ar_receivable_applications.apply_date%TYPE ,
931: p_apply_gl_date IN ar_receivable_applications.gl_date%TYPE ,
932: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE ,
933: p_called_from IN VARCHAR2 ,
934: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
935: -- ******* Global Flexfield parameters *******
936: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
937: p_comments IN ar_receivable_applications.comments%TYPE ,
938: x_application_ref_num OUT NOCOPY ar_receivable_applications.application_ref_num%TYPE,

Line 936: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,

932: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE ,
933: p_called_from IN VARCHAR2 ,
934: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type ,
935: -- ******* Global Flexfield parameters *******
936: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type ,
937: p_comments IN ar_receivable_applications.comments%TYPE ,
938: x_application_ref_num OUT NOCOPY ar_receivable_applications.application_ref_num%TYPE,
939: x_receivable_application_id OUT NOCOPY ar_receivable_applications.receivable_application_id%TYPE,
940: x_applied_rec_app_id OUT NOCOPY ar_receivable_applications.receivable_application_id%TYPE

Line 950: AR_Receipt_API_PUB.Apply_open_receipt(

946:
947: BEGIN
948:
949: -- Call the receipt API
950: AR_Receipt_API_PUB.Apply_open_receipt(
951: -- Standard API parameters.
952: p_api_version => p_api_version,
953: p_init_msg_list => p_init_msg_list,
954: p_commit => p_commit,

Line 1000: AR_Receipt_API_PUB.Unapply_open_receipt(

996:
997: BEGIN
998:
999: -- Call the receipt API
1000: AR_Receipt_API_PUB.Unapply_open_receipt(
1001: -- Standard API parameters.
1002: p_api_version => p_api_version,
1003: p_init_msg_list => p_init_msg_list,
1004: p_commit => p_commit,