DBA Data[Home] [Help]

APPS.AR_MRC_ENGINE3 dependencies on AR_CASH_RECEIPTS

Line 20: | p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE

16: |
17: | PARAMETERS
18: | p_rec_app_id IN NUMBER,
19: | p_rec_app_record IN ar_receivable_applications%ROWTYPE
20: | p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE
21: | p_amount IN ar_cash_receipts.amount%TYPE
22: | p_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE
23: |
24: | KNOWN ISSUES:

Line 21: | p_amount IN ar_cash_receipts.amount%TYPE

17: | PARAMETERS
18: | p_rec_app_id IN NUMBER,
19: | p_rec_app_record IN ar_receivable_applications%ROWTYPE
20: | p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE
21: | p_amount IN ar_cash_receipts.amount%TYPE
22: | p_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE
23: |
24: | KNOWN ISSUES:
25: |

Line 35: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE,

31: *============================================================================*/
32: PROCEDURE insert_ra_rec_cash(
33: p_rec_app_id IN NUMBER,
34: p_rec_app_record IN ar_receivable_applications%ROWTYPE,
35: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE,
36: p_amount IN ar_cash_receipts.amount%TYPE,
37: p_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE
38: );
39:

Line 36: p_amount IN ar_cash_receipts.amount%TYPE,

32: PROCEDURE insert_ra_rec_cash(
33: p_rec_app_id IN NUMBER,
34: p_rec_app_record IN ar_receivable_applications%ROWTYPE,
35: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE,
36: p_amount IN ar_cash_receipts.amount%TYPE,
37: p_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE
38: );
39:
40: /*=============================================================================

Line 98: p_receipt_currency_code IN ar_cash_receipts.currency_code%TYPE,

94: p_invoice_ps_id IN ar_payment_schedules.payment_schedule_id%TYPE,
95: p_amount_applied IN ar_receivable_applications.amount_applied%TYPE,
96: p_amount_applied_from IN ar_receivable_applications.amount_applied_from%TYPE,
97: p_invoice_currency_code IN ar_payment_schedules.invoice_currency_code%TYPE,
98: p_receipt_currency_code IN ar_cash_receipts.currency_code%TYPE,
99: p_rec_ra_rec IN ar_receivable_applications %ROWTYPE,
100: p_inv_ra_rec IN ar_receivable_applications %ROWTYPE
101: );
102:

Line 508: | p_cash_Receipt_id IN ar_cash_Receipts.cash_Receipt_id%type

504: | CALLS PROCEDURES / FUNCTIONS (local to this package body)
505: |
506: | PARAMETERS
507: | p_rec_app_id IN NUMBER,
508: | p_cash_Receipt_id IN ar_cash_Receipts.cash_Receipt_id%type
509: | p_diff_amount IN ar_cash_Receipts.amount%TYPE
510: | p_old_rcpt_amount IN ar_cash_Receipts.amount%TYPE
511: | p_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE
512: |

Line 509: | p_diff_amount IN ar_cash_Receipts.amount%TYPE

505: |
506: | PARAMETERS
507: | p_rec_app_id IN NUMBER,
508: | p_cash_Receipt_id IN ar_cash_Receipts.cash_Receipt_id%type
509: | p_diff_amount IN ar_cash_Receipts.amount%TYPE
510: | p_old_rcpt_amount IN ar_cash_Receipts.amount%TYPE
511: | p_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE
512: |
513: |

Line 510: | p_old_rcpt_amount IN ar_cash_Receipts.amount%TYPE

506: | PARAMETERS
507: | p_rec_app_id IN NUMBER,
508: | p_cash_Receipt_id IN ar_cash_Receipts.cash_Receipt_id%type
509: | p_diff_amount IN ar_cash_Receipts.amount%TYPE
510: | p_old_rcpt_amount IN ar_cash_Receipts.amount%TYPE
511: | p_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE
512: |
513: |
514: | KNOWN ISSUES:

Line 525: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE,

521: | 09/20/02 Debbie Sue Jancis Created for bug 2576372
522: *============================================================================*/
523: PROCEDURE update_ra_rec_cash_diff(
524: p_rec_app_id IN NUMBER,
525: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE,
526: p_diff_amount IN ar_cash_receipts.amount%TYPE,
527: p_old_rcpt_amount IN ar_cash_receipts.amount%TYPE,
528: p_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE
529: );

Line 526: p_diff_amount IN ar_cash_receipts.amount%TYPE,

522: *============================================================================*/
523: PROCEDURE update_ra_rec_cash_diff(
524: p_rec_app_id IN NUMBER,
525: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE,
526: p_diff_amount IN ar_cash_receipts.amount%TYPE,
527: p_old_rcpt_amount IN ar_cash_receipts.amount%TYPE,
528: p_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE
529: );
530: END AR_MRC_ENGINE3;

Line 527: p_old_rcpt_amount IN ar_cash_receipts.amount%TYPE,

523: PROCEDURE update_ra_rec_cash_diff(
524: p_rec_app_id IN NUMBER,
525: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE,
526: p_diff_amount IN ar_cash_receipts.amount%TYPE,
527: p_old_rcpt_amount IN ar_cash_receipts.amount%TYPE,
528: p_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE
529: );
530: END AR_MRC_ENGINE3;