DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_3 dependencies on RA_CUSTOMER_TRX

Line 55: ra_customer_trx.trx_date%type,

51:
52:
53: PROCEDURE get_payment_method_default(
54: p_trx_date IN
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,

Line 77: ra_customer_trx.trx_date%type,

73: );
74:
75: FUNCTION check_payment_method(
76: p_trx_date IN
77: ra_customer_trx.trx_date%type,
78: p_customer_id IN
79: ra_customer_trx.customer_trx_id%type,
80: p_site_use_id IN
81: hz_cust_site_uses.site_use_id%type,

Line 79: ra_customer_trx.customer_trx_id%type,

75: FUNCTION check_payment_method(
76: p_trx_date IN
77: ra_customer_trx.trx_date%type,
78: p_customer_id IN
79: ra_customer_trx.customer_trx_id%type,
80: p_site_use_id IN
81: hz_cust_site_uses.site_use_id%type,
82: p_currency_code IN
83: fnd_currencies.currency_code%type,

Line 95: ra_customer_trx.trx_date%type,

91:
92:
93: PROCEDURE get_bank_defaults(
94: p_trx_date IN
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,

Line 123: ra_customer_trx.trx_date%type,

119: );
120:
121: PROCEDURE get_pay_method_and_bank_deflts(
122: p_trx_date IN
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,

Line 161: p_trx_date IN ra_customer_trx.trx_date%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,
164: p_default_term_id OUT NOCOPY ra_terms.term_id%type,
165: p_default_term_name OUT NOCOPY ra_terms.name%type,

Line 168: ra_customer_trx.term_due_date%type

164: p_default_term_id OUT NOCOPY ra_terms.term_id%type,
165: p_default_term_name OUT NOCOPY ra_terms.name%type,
166: p_number_of_due_dates OUT NOCOPY number,
167: p_term_due_date OUT NOCOPY
168: ra_customer_trx.term_due_date%type
169: );
170:
171: PROCEDURE Get_Additional_Customer_Info(
172: p_customer_id IN number,

Line 196: ra_customer_trx.payment_trxn_extension_id%type,

192: ) RETURN NUMBER;
193:
194: FUNCTION get_payment_instrument(
195: p_payment_trxn_extension_id IN
196: ra_customer_trx.payment_trxn_extension_id%type,
197: p_payment_channel_code IN
198: ar_receipt_methods.payment_channel_code%type
199: ) RETURN VARCHAR2;
200:

Line 204: ra_customer_trx.payment_trxn_extension_id%type,

200:
201:
202: --4778839
203: PROCEDURE get_br_bank_defaults( p_payment_trxn_extension_id IN
204: ra_customer_trx.payment_trxn_extension_id%type,
205: p_payment_channel_code IN
206: ar_receipt_methods.payment_channel_code%type,
207: p_bank_name OUT NOCOPY
208: iby_trxn_extensions_v.bank_name%type,

Line 218: PROCEDURE get_instr_defaults(p_org_id IN ra_customer_trx.org_id%type,

214: iby_trxn_extensions_v.account_number%type);
215:
216:
217: --Bug 5507178
218: PROCEDURE get_instr_defaults(p_org_id IN ra_customer_trx.org_id%type,
219: p_paying_customer_id IN ra_customer_trx.paying_customer_id%type,
220: p_paying_site_use_id IN iby_fndcpt_payer_assgn_instr_v.acct_site_use_id%type,
221: p_instrument_type IN iby_fndcpt_payer_assgn_instr_v.instrument_type%type,
222: p_currency_code IN iby_fndcpt_payer_assgn_instr_v.currency_code%type ,

Line 219: p_paying_customer_id IN ra_customer_trx.paying_customer_id%type,

215:
216:
217: --Bug 5507178
218: PROCEDURE get_instr_defaults(p_org_id IN ra_customer_trx.org_id%type,
219: p_paying_customer_id IN ra_customer_trx.paying_customer_id%type,
220: p_paying_site_use_id IN iby_fndcpt_payer_assgn_instr_v.acct_site_use_id%type,
221: p_instrument_type IN iby_fndcpt_payer_assgn_instr_v.instrument_type%type,
222: p_currency_code IN iby_fndcpt_payer_assgn_instr_v.currency_code%type ,
223: p_instrument_assignment_id OUT NOCOPY iby_trxn_extensions_v.instr_assignment_id%type