DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS dependencies on RA_CUSTOMER_TRX

Line 101: ra_customer_trx.customer_trx_id%type,

97: ra_batch_sources.batch_source_id%type,
98: p_profile_batch_source_id IN
99: ra_batch_sources.batch_source_id%type,
100: p_customer_trx_id IN
101: ra_customer_trx.customer_trx_id%type,
102: p_cust_trx_type_id IN
103: ra_cust_trx_types.cust_trx_type_id%type,
104: p_term_id IN
105: ra_terms.term_id%type,

Line 111: ra_customer_trx.trx_date%type,

107: ra_cust_trx_types.cust_trx_type_id%type,
108: p_ctt_class IN
109: ra_cust_trx_types.type%type,
110: p_trx_date IN
111: ra_customer_trx.trx_date%type,
112: p_trx_number IN
113: ra_customer_trx.trx_number%type,
114: p_row_id IN varchar2,
115: p_invoicing_rule_id IN

Line 113: ra_customer_trx.trx_number%type,

109: ra_cust_trx_types.type%type,
110: p_trx_date IN
111: ra_customer_trx.trx_date%type,
112: p_trx_number IN
113: ra_customer_trx.trx_number%type,
114: p_row_id IN varchar2,
115: p_invoicing_rule_id IN
116: ra_rules.rule_id%type,
117: p_rev_recog_run_flag IN varchar2,

Line 119: ra_customer_trx.complete_flag%type,

115: p_invoicing_rule_id IN
116: ra_rules.rule_id%type,
117: p_rev_recog_run_flag IN varchar2,
118: p_complete_flag IN
119: ra_customer_trx.complete_flag%type,
120: p_open_receivables_flag IN
121: ra_cust_trx_types.accounting_affect_flag%type,
122: p_customer_id IN
123: hz_cust_accounts.cust_account_id%type,

Line 180: ra_customer_trx.term_due_date%type,

176: p_default_term_name OUT NOCOPY
177: ra_terms.name%type,
178: p_number_of_due_dates OUT NOCOPY number,
179: p_term_due_date OUT NOCOPY
180: ra_customer_trx.term_due_date%type,
181: p_default_gl_date OUT NOCOPY
182: ra_cust_trx_line_gl_dist.gl_date%type,
183: p_security_inv_enter_flag IN
184: varchar2 DEFAULT 'Y',