DBA Data[Home] [Help]

APPS.AR_BUS_EVENT_COVER dependencies on AR_CASH_RECEIPTS

Line 1783: p_receipt_number IN ar_cash_receipts.receipt_number%type,

1779: END Raise_CopyInv_Run_Event;
1780:
1781: PROCEDURE Raise_Rcpt_Deletion_Event
1782: ( p_payment_schedule_id IN NUMBER,
1783: p_receipt_number IN ar_cash_receipts.receipt_number%type,
1784: p_receipt_date IN ar_cash_receipts.receipt_date%type
1785: ) IS
1786: l_list WF_PARAMETER_LIST_T;
1787: l_param WF_PARAMETER_T;

Line 1784: p_receipt_date IN ar_cash_receipts.receipt_date%type

1780:
1781: PROCEDURE Raise_Rcpt_Deletion_Event
1782: ( p_payment_schedule_id IN NUMBER,
1783: p_receipt_number IN ar_cash_receipts.receipt_number%type,
1784: p_receipt_date IN ar_cash_receipts.receipt_date%type
1785: ) IS
1786: l_list WF_PARAMETER_LIST_T;
1787: l_param WF_PARAMETER_T;
1788: l_key VARCHAR2(240);