DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT_UTIL dependencies on AR_RECEIPT_METHODS

Line 74: ar_receipt_methods.receipt_method_id%type,

70: hz_cust_account_roles.cust_account_role_id%type,
71: p_primary_salesrep_id IN
72: ra_salesreps.salesrep_id%type,
73: p_receipt_method_id IN
74: ar_receipt_methods.receipt_method_id%type,
75: p_customer_bank_account_id IN
76: ce_bank_accounts.bank_account_id%type,
77: p_paying_customer_id IN
78: hz_cust_accounts.cust_account_id%type,

Line 129: ar_receipt_methods.receipt_method_id%type,

125: p_crtrx_open_rec_flag IN
126: ra_cust_trx_types.accounting_affect_flag%type,
127: --
128: p_crtrx_receipt_method_id IN
129: ar_receipt_methods.receipt_method_id%type,
130: p_crtrx_cust_bank_account_id IN
131: ce_bank_accounts.bank_account_id%type,
132: p_crtrx_ship_via IN
133: ra_customer_trx.ship_via%type,

Line 191: ar_receipt_methods.receipt_method_id%type,

187: hz_cust_account_roles.cust_account_role_id%type,
188: p_default_primary_salesrep_id OUT NOCOPY
189: ra_salesreps.salesrep_id%type,
190: p_default_receipt_method_id OUT NOCOPY
191: ar_receipt_methods.receipt_method_id%type,
192: p_default_cust_bank_account_id OUT NOCOPY
193: ce_bank_accounts.bank_account_id%type,
194: p_default_paying_customer_id OUT NOCOPY
195: hz_cust_accounts.cust_account_id%type,

Line 222: ar_receipt_methods.receipt_method_id%type,

218: hz_cust_site_uses.site_use_id%type,
219: p_currency_code IN
220: fnd_currencies.currency_code%type,
221: p_crtrx_receipt_method_id IN
222: ar_receipt_methods.receipt_method_id%type,
223: p_payment_method_name OUT NOCOPY
224: ar_receipt_methods.name%type,
225: p_receipt_method_id OUT NOCOPY
226: ar_receipt_methods.receipt_method_id%type,

Line 224: ar_receipt_methods.name%type,

220: fnd_currencies.currency_code%type,
221: p_crtrx_receipt_method_id IN
222: ar_receipt_methods.receipt_method_id%type,
223: p_payment_method_name OUT NOCOPY
224: ar_receipt_methods.name%type,
225: p_receipt_method_id OUT NOCOPY
226: ar_receipt_methods.receipt_method_id%type,
227: p_creation_method_code OUT NOCOPY
228: ar_receipt_classes.creation_method_code%type

Line 226: ar_receipt_methods.receipt_method_id%type,

222: ar_receipt_methods.receipt_method_id%type,
223: p_payment_method_name OUT NOCOPY
224: ar_receipt_methods.name%type,
225: p_receipt_method_id OUT NOCOPY
226: ar_receipt_methods.receipt_method_id%type,
227: p_creation_method_code OUT NOCOPY
228: ar_receipt_classes.creation_method_code%type
229: ) RETURN BOOLEAN;
230: