DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_3 dependencies on HZ_CUST_ACCOUNTS

Line 59: hz_cust_accounts.cust_account_id%type,

55: ra_customer_trx.trx_date%type,
56: p_currency_code IN
57: fnd_currencies.currency_code%type,
58: p_paying_customer_id IN
59: hz_cust_accounts.cust_account_id%type,
60: p_paying_site_use_id IN
61: hz_cust_site_uses.site_use_id%type,
62: p_bill_to_customer_id IN
63: hz_cust_accounts.cust_account_id%type,

Line 63: hz_cust_accounts.cust_account_id%type,

59: hz_cust_accounts.cust_account_id%type,
60: p_paying_site_use_id IN
61: hz_cust_site_uses.site_use_id%type,
62: p_bill_to_customer_id IN
63: hz_cust_accounts.cust_account_id%type,
64: p_bill_to_site_use_id IN
65: hz_cust_site_uses.site_use_id%type,
66: p_payment_method_name OUT NOCOPY
67: ar_receipt_methods.name%type,

Line 99: hz_cust_accounts.cust_account_id%type,

95: ra_customer_trx.trx_date%type,
96: p_currency_code IN
97: fnd_currencies.currency_code%type,
98: p_paying_customer_id IN
99: hz_cust_accounts.cust_account_id%type,
100: p_paying_site_use_id IN
101: hz_cust_site_uses.site_use_id%type,
102: p_bill_to_customer_id IN
103: hz_cust_accounts.cust_account_id%type,

Line 103: hz_cust_accounts.cust_account_id%type,

99: hz_cust_accounts.cust_account_id%type,
100: p_paying_site_use_id IN
101: hz_cust_site_uses.site_use_id%type,
102: p_bill_to_customer_id IN
103: hz_cust_accounts.cust_account_id%type,
104: p_bill_to_site_use_id IN
105: hz_cust_site_uses.site_use_id%type,
106: p_payment_type_code IN
107: ar_receipt_methods.payment_type_code%type,

Line 127: hz_cust_accounts.cust_account_id%type,

123: ra_customer_trx.trx_date%type,
124: p_currency_code IN
125: fnd_currencies.currency_code%type,
126: p_paying_customer_id IN
127: hz_cust_accounts.cust_account_id%type,
128: p_paying_site_use_id IN
129: hz_cust_site_uses.site_use_id%type,
130: p_bill_to_customer_id IN
131: hz_cust_accounts.cust_account_id%type,

Line 131: hz_cust_accounts.cust_account_id%type,

127: hz_cust_accounts.cust_account_id%type,
128: p_paying_site_use_id IN
129: hz_cust_site_uses.site_use_id%type,
130: p_bill_to_customer_id IN
131: hz_cust_accounts.cust_account_id%type,
132: p_bill_to_site_use_id IN
133: hz_cust_site_uses.site_use_id%type,
134: p_payment_type_code IN
135: ar_receipt_methods.payment_type_code%type,

Line 159: p_customer_id IN hz_cust_accounts.cust_account_id%type,

155: PROCEDURE get_term_default(
156: p_term_id IN ra_terms.term_id%type,
157: p_type_term_id IN ra_terms.term_id%type,
158: p_type_term_name IN ra_terms.name%type,
159: p_customer_id IN hz_cust_accounts.cust_account_id%type,
160: p_site_use_id IN hz_cust_site_uses.site_use_id%type,
161: p_trx_date IN ra_customer_trx.trx_date%type,
162: p_class IN ra_cust_trx_types.type%type,
163: p_cust_trx_type_id IN ra_cust_trx_types.cust_trx_type_id%type,

Line 191: hz_cust_accounts.cust_account_id%type

187: ) RETURN VARCHAR2;
188:
189: FUNCTION get_party_id (
190: p_cust_account_id IN
191: hz_cust_accounts.cust_account_id%type
192: ) RETURN NUMBER;
193:
194: FUNCTION get_payment_instrument(
195: p_payment_trxn_extension_id IN