DBA Data[Home] [Help]

APPS.ARP_PROC_RCT_UTIL dependencies on AR_DISTRIBUTIONS

Line 62: p_source_type IN ar_distributions.source_type%TYPE,

58: p_amount IN ar_cash_receipts.amount%TYPE,
59: p_acctd_amount IN ar_cash_receipt_history.acctd_amount%TYPE,
60: p_crh_id IN
61: ar_cash_receipt_history.cash_receipt_history_id%TYPE,
62: p_source_type IN ar_distributions.source_type%TYPE,
63: p_ccid IN ar_distributions.code_combination_id%TYPE,
64: p_called_from IN VARCHAR2 DEFAULT NULL -- jrautiai BR project
65: );
66:

Line 63: p_ccid IN ar_distributions.code_combination_id%TYPE,

59: p_acctd_amount IN ar_cash_receipt_history.acctd_amount%TYPE,
60: p_crh_id IN
61: ar_cash_receipt_history.cash_receipt_history_id%TYPE,
62: p_source_type IN ar_distributions.source_type%TYPE,
63: p_ccid IN ar_distributions.code_combination_id%TYPE,
64: p_called_from IN VARCHAR2 DEFAULT NULL -- jrautiai BR project
65: );
66:
67: PROCEDURE round_mcd_recs(

Line 102: p_gl_tax_acct IN ar_distributions.code_combination_id%TYPE

98: p_currency_code IN ar_cash_receipts.currency_code%TYPE,
99: p_exchange_rate IN ar_cash_receipts.exchange_rate%TYPE,
100: p_receipt_date IN ar_cash_receipts.receipt_date%TYPE,
101: p_receipt_date_changed_flag IN BOOLEAN,
102: p_gl_tax_acct IN ar_distributions.code_combination_id%TYPE
103: );
104:
105: PROCEDURE create_mcd_recs(
106: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE,

Line 175: p_source_type IN ar_distributions.source_type%TYPE,

171: PROCEDURE get_ps_rec( p_cash_receipt_id IN NUMBER,
172: p_ps_rec OUT NOCOPY ar_payment_schedules%ROWTYPE);
173:
174: PROCEDURE update_dist_rec( p_crh_id IN NUMBER,
175: p_source_type IN ar_distributions.source_type%TYPE,
176: p_amount IN NUMBER,
177: p_acctd_amount IN NUMBER);
178:
179: END ARP_PROC_RCT_UTIL;