DBA Data[Home] [Help]

APPS.AR_INVOICE_VALIDATE_FLEX dependencies on RA_INTERFACE_LINES

Line 12: ra_interface_lines.interface_line_attribute1%type

8:
9: TYPE flex_num_type IS TABLE OF number INDEX by binary_integer;
10:
11: TYPE seg_value_type IS TABLE OF
12: ra_interface_lines.interface_line_attribute1%type
13: INDEX by binary_integer;
14:
15: TYPE cursor_tbl_type IS
16: TABLE OF BINARY_INTEGER

Line 63: pg_ril_cursors cursor_tbl_type; -- cursors for ra_interface_lines

59: pg_char_dummy varchar2(10) := '!#$%^&*';
60: pg_num_segs flex_num_type; -- number of segments for each context
61: pg_flex_contexts flex_context_type; -- flex context values
62: pg_ctl_cursors cursor_tbl_type; -- cursors for ra_customer_trx_lines
63: pg_ril_cursors cursor_tbl_type; -- cursors for ra_interface_lines
64: pg_active_segs flex_num_type; -- active segment numbers
65: pg_start_loc flex_num_type; -- for a context, index to first
66: -- segment in pg_active_segs
67: pg_ctx_count number; -- total number of contexts