DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_2 dependencies on RA_CUSTOMER_TRX

Line 10: ra_customer_trx.trx_date%type,

6: ra_batch_sources.batch_source_id%type,
7: p_ctt_class IN
8: ra_cust_trx_types.type%type,
9: p_trx_date IN
10: ra_customer_trx.trx_date%type,
11: p_trx_number IN
12: ra_customer_trx.trx_number%type,
13: p_default_batch_source_id OUT NOCOPY
14: ra_batch_sources.batch_source_id%type,

Line 12: ra_customer_trx.trx_number%type,

8: ra_cust_trx_types.type%type,
9: p_trx_date IN
10: ra_customer_trx.trx_date%type,
11: p_trx_number IN
12: ra_customer_trx.trx_number%type,
13: p_default_batch_source_id OUT NOCOPY
14: ra_batch_sources.batch_source_id%type,
15: p_default_batch_source_name OUT NOCOPY
16: ra_batch_sources.name%type,

Line 31: ra_customer_trx.trx_date%type,

27: PROCEDURE get_type_defaults(
28: p_cust_trx_type_id IN
29: ra_cust_trx_types.cust_trx_type_id%type,
30: p_trx_date IN
31: ra_customer_trx.trx_date%type,
32: p_ctt_class IN
33: ra_cust_trx_types.type%type,
34: p_row_id IN varchar2,
35: p_invoicing_rule_id IN ra_rules.rule_id%type,

Line 38: ra_customer_trx.complete_flag%type,

34: p_row_id IN varchar2,
35: p_invoicing_rule_id IN ra_rules.rule_id%type,
36: p_rev_recog_run_flag IN varchar2,
37: p_complete_flag IN
38: ra_customer_trx.complete_flag%type,
39: p_open_receivables_flag IN
40: ra_cust_trx_types.accounting_affect_flag%type,
41: p_customer_trx_id IN
42: ra_customer_trx.customer_trx_id%type,

Line 42: ra_customer_trx.customer_trx_id%type,

38: ra_customer_trx.complete_flag%type,
39: p_open_receivables_flag IN
40: ra_cust_trx_types.accounting_affect_flag%type,
41: p_customer_trx_id IN
42: ra_customer_trx.customer_trx_id%type,
43: p_default_cust_trx_type_id OUT NOCOPY
44: ra_cust_trx_types.cust_trx_type_id%type,
45: p_default_type_name OUT NOCOPY
46: ra_cust_trx_types.name%type,

Line 77: ra_customer_trx.term_due_date%type,

73: p_default_term_name OUT NOCOPY
74: ra_terms.name%type,
75: p_number_of_due_dates OUT NOCOPY number,
76: p_term_due_date OUT NOCOPY
77: ra_customer_trx.term_due_date%type,
78: p_security_inv_enter_flag IN
79: varchar2 DEFAULT 'Y',
80: p_security_cm_enter_flag IN
81: varchar2 DEFAULT 'Y',