DBA Data[Home] [Help]

APPS.ARP_ETAX_UTIL dependencies on RA_CUSTOMER_TRX_LINES_ALL

Line 33: TABLE OF ra_customer_trx_lines_all.line_recoverable%type

29: pg_so_org_id VARCHAR2(20);
30: pg_org_id NUMBER;
31:
32: TYPE number_table_type IS
33: TABLE OF ra_customer_trx_lines_all.line_recoverable%type
34: INDEX BY VARCHAR2(100); --Bug 9763252
35:
36: TYPE l_line_id_type IS TABLE OF
37: ra_customer_trx_lines_all.customer_trx_line_id%type

Line 37: ra_customer_trx_lines_all.customer_trx_line_id%type

33: TABLE OF ra_customer_trx_lines_all.line_recoverable%type
34: INDEX BY VARCHAR2(100); --Bug 9763252
35:
36: TYPE l_line_id_type IS TABLE OF
37: ra_customer_trx_lines_all.customer_trx_line_id%type
38: INDEX BY BINARY_INTEGER;
39:
40: TYPE l_tax_classif_type IS TABLE OF
41: ra_customer_trx_lines_all.tax_classification_code%type

Line 41: ra_customer_trx_lines_all.tax_classification_code%type

37: ra_customer_trx_lines_all.customer_trx_line_id%type
38: INDEX BY BINARY_INTEGER;
39:
40: TYPE l_tax_classif_type IS TABLE OF
41: ra_customer_trx_lines_all.tax_classification_code%type
42: INDEX BY BINARY_INTEGER;
43:
44: /*========================================================================
45: | Prototype Declarations Procedures