DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_XTL_SELL_INVS_B

Line 384: id okl_xtl_sell_invs_b.id%type,

380: g_xsi_tbl xsi_tbl;
381: g_xsi_counter NUMBER := 0;
382:
383: TYPE xls_rec IS RECORD (
384: id okl_xtl_sell_invs_b.id%type,
385: lsm_id okl_xtl_sell_invs_b.lsm_id%type,
386: xtrx_cons_line_number okl_xtl_sell_invs_b.xtrx_cons_line_number%type,
387: xtrx_cons_stream_id okl_xtl_sell_invs_b.xtrx_cons_stream_id%type);
388:

Line 385: lsm_id okl_xtl_sell_invs_b.lsm_id%type,

381: g_xsi_counter NUMBER := 0;
382:
383: TYPE xls_rec IS RECORD (
384: id okl_xtl_sell_invs_b.id%type,
385: lsm_id okl_xtl_sell_invs_b.lsm_id%type,
386: xtrx_cons_line_number okl_xtl_sell_invs_b.xtrx_cons_line_number%type,
387: xtrx_cons_stream_id okl_xtl_sell_invs_b.xtrx_cons_stream_id%type);
388:
389: TYPE xls_tbl IS TABLE OF xls_rec

Line 386: xtrx_cons_line_number okl_xtl_sell_invs_b.xtrx_cons_line_number%type,

382:
383: TYPE xls_rec IS RECORD (
384: id okl_xtl_sell_invs_b.id%type,
385: lsm_id okl_xtl_sell_invs_b.lsm_id%type,
386: xtrx_cons_line_number okl_xtl_sell_invs_b.xtrx_cons_line_number%type,
387: xtrx_cons_stream_id okl_xtl_sell_invs_b.xtrx_cons_stream_id%type);
388:
389: TYPE xls_tbl IS TABLE OF xls_rec
390: INDEX BY BINARY_INTEGER;

Line 387: xtrx_cons_stream_id okl_xtl_sell_invs_b.xtrx_cons_stream_id%type);

383: TYPE xls_rec IS RECORD (
384: id okl_xtl_sell_invs_b.id%type,
385: lsm_id okl_xtl_sell_invs_b.lsm_id%type,
386: xtrx_cons_line_number okl_xtl_sell_invs_b.xtrx_cons_line_number%type,
387: xtrx_cons_stream_id okl_xtl_sell_invs_b.xtrx_cons_stream_id%type);
388:
389: TYPE xls_tbl IS TABLE OF xls_rec
390: INDEX BY BINARY_INTEGER;
391: