DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_LIB_PVT dependencies on AR_CASH_RECEIPTS

Line 76: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE );

72:
73:
74: PROCEDURE Find_Last_Receipt
75: ( p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE ,
76: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE );
77:
78:
79: PROCEDURE Find_Last_STD
80: ( p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE ,

Line 81: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE ,

77:
78:
79: PROCEDURE Find_Last_STD
80: ( p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE ,
81: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE ,
82: p_receivable_application_id OUT NOCOPY ar_receivable_applications.receivable_application_id%TYPE);
83:
84:
85: PROCEDURE Reverse_Receipt

Line 87: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,

83:
84:
85: PROCEDURE Reverse_Receipt
86: ( p_trh_rec IN ar_transaction_history%ROWTYPE ,
87: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,
88: p_reversal_reason IN VARCHAR2 ,
89: p_called_from IN VARCHAR2 );
90:
91:

Line 95: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,

91:
92: PROCEDURE Apply_Receipt
93: ( p_trh_rec IN ar_transaction_history%ROWTYPE ,
94: p_ps_rec IN ar_payment_schedules%ROWTYPE ,
95: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,
96: p_called_from IN VARCHAR2 );
97:
98:
99: PROCEDURE Unapply_Receipt

Line 102: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,

98:
99: PROCEDURE Unapply_Receipt
100: ( p_trh_rec IN ar_transaction_history%ROWTYPE ,
101: p_ps_id IN ar_payment_schedules.payment_schedule_id%TYPE,
102: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,
103: p_called_from IN VARCHAR2 );
104:
105:
106: PROCEDURE Apply_STD

Line 108: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,

104:
105:
106: PROCEDURE Apply_STD
107: ( p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE ,
108: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,
109: p_apply_date IN DATE ,
110: p_apply_gl_date IN DATE );
111:
112: PROCEDURE Unapply_STD

Line 115: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE );

111:
112: PROCEDURE Unapply_STD
113: ( p_trh_rec IN ar_transaction_history%ROWTYPE ,
114: p_called_from IN VARCHAR2 ,
115: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE );
116:
117:
118: PROCEDURE Factore_Recourse
119: ( p_batch_rec IN ar_batches%ROWTYPE ,