DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS dependencies on RA_CUSTOMER_TRX

Line 13: ra_customer_trx.customer_trx_id%type,

9: ra_batch_sources.batch_source_id%type,
10: p_profile_batch_source_id IN
11: ra_batch_sources.batch_source_id%type,
12: p_customer_trx_id IN
13: ra_customer_trx.customer_trx_id%type,
14: p_cust_trx_type_id IN
15: ra_cust_trx_types.cust_trx_type_id%type,
16: p_term_id IN
17: ra_terms.term_id%type,

Line 23: ra_customer_trx.trx_date%type,

19: ra_cust_trx_types.cust_trx_type_id%type,
20: p_ctt_class IN
21: ra_cust_trx_types.type%type,
22: p_trx_date IN
23: ra_customer_trx.trx_date%type,
24: p_trx_number IN
25: ra_customer_trx.trx_number%type,
26: p_row_id IN varchar2,
27: p_invoicing_rule_id IN

Line 25: ra_customer_trx.trx_number%type,

21: ra_cust_trx_types.type%type,
22: p_trx_date IN
23: ra_customer_trx.trx_date%type,
24: p_trx_number IN
25: ra_customer_trx.trx_number%type,
26: p_row_id IN varchar2,
27: p_invoicing_rule_id IN
28: ra_rules.rule_id%type,
29: p_rev_recog_run_flag IN varchar2,

Line 31: ra_customer_trx.complete_flag%type,

27: p_invoicing_rule_id IN
28: ra_rules.rule_id%type,
29: p_rev_recog_run_flag IN varchar2,
30: p_complete_flag IN
31: ra_customer_trx.complete_flag%type,
32: p_open_receivables_flag IN
33: ra_cust_trx_types.accounting_affect_flag%type,
34: p_customer_id IN
35: hz_cust_accounts.cust_account_id%type,

Line 92: ra_customer_trx.term_due_date%type,

88: p_default_term_name OUT NOCOPY
89: ra_terms.name%type,
90: p_number_of_due_dates OUT NOCOPY number,
91: p_term_due_date OUT NOCOPY
92: ra_customer_trx.term_due_date%type,
93: p_default_gl_date OUT NOCOPY
94: ra_cust_trx_line_gl_dist.gl_date%type,
95: p_security_inv_enter_flag IN
96: varchar2 DEFAULT 'Y',