DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_XTL_SELL_INVS_TL

Line 142: asset_number Okl_Xtl_Sell_Invs_tl.XTRX_ASSET%TYPE,

138: cnr_id NUMBER,
139: cons_inv_number okl_cnsld_ar_hdrs_b.consolidated_invoice_number%TYPE,
140: lln_id NUMBER,
141: lsm_id NUMBER,
142: asset_number Okl_Xtl_Sell_Invs_tl.XTRX_ASSET%TYPE,
143: invoice_format OKL_INVOICE_FORMATS_V.NAME%TYPE,
144: line_type okl_invc_line_types_v.NAME%TYPE,
145: private_label Okl_Ext_Sell_Invs_tl.xtrx_private_label%TYPE,
146: sty_name okl_strm_type_v.NAME%TYPE,

Line 409: id okl_xtl_sell_invs_tl.id%type,

405: g_xsi_tl_tbl xsi_tl_tbl;
406: g_xsi_tl_counter NUMBER := 0;
407:
408: TYPE xls_tl_rec IS RECORD (
409: id okl_xtl_sell_invs_tl.id%type,
410: xtrx_contract okl_xtl_sell_invs_tl.xtrx_contract%type,
411: xtrx_asset okl_xtl_sell_invs_tl.xtrx_asset%type,
412: xtrx_stream_type okl_xtl_sell_invs_tl.xtrx_stream_type%type,
413: xtrx_stream_group okl_xtl_sell_invs_tl.xtrx_stream_group%type);

Line 410: xtrx_contract okl_xtl_sell_invs_tl.xtrx_contract%type,

406: g_xsi_tl_counter NUMBER := 0;
407:
408: TYPE xls_tl_rec IS RECORD (
409: id okl_xtl_sell_invs_tl.id%type,
410: xtrx_contract okl_xtl_sell_invs_tl.xtrx_contract%type,
411: xtrx_asset okl_xtl_sell_invs_tl.xtrx_asset%type,
412: xtrx_stream_type okl_xtl_sell_invs_tl.xtrx_stream_type%type,
413: xtrx_stream_group okl_xtl_sell_invs_tl.xtrx_stream_group%type);
414:

Line 411: xtrx_asset okl_xtl_sell_invs_tl.xtrx_asset%type,

407:
408: TYPE xls_tl_rec IS RECORD (
409: id okl_xtl_sell_invs_tl.id%type,
410: xtrx_contract okl_xtl_sell_invs_tl.xtrx_contract%type,
411: xtrx_asset okl_xtl_sell_invs_tl.xtrx_asset%type,
412: xtrx_stream_type okl_xtl_sell_invs_tl.xtrx_stream_type%type,
413: xtrx_stream_group okl_xtl_sell_invs_tl.xtrx_stream_group%type);
414:
415: TYPE xls_tl_tbl IS TABLE OF xls_tl_rec

Line 412: xtrx_stream_type okl_xtl_sell_invs_tl.xtrx_stream_type%type,

408: TYPE xls_tl_rec IS RECORD (
409: id okl_xtl_sell_invs_tl.id%type,
410: xtrx_contract okl_xtl_sell_invs_tl.xtrx_contract%type,
411: xtrx_asset okl_xtl_sell_invs_tl.xtrx_asset%type,
412: xtrx_stream_type okl_xtl_sell_invs_tl.xtrx_stream_type%type,
413: xtrx_stream_group okl_xtl_sell_invs_tl.xtrx_stream_group%type);
414:
415: TYPE xls_tl_tbl IS TABLE OF xls_tl_rec
416: INDEX BY BINARY_INTEGER;

Line 413: xtrx_stream_group okl_xtl_sell_invs_tl.xtrx_stream_group%type);

409: id okl_xtl_sell_invs_tl.id%type,
410: xtrx_contract okl_xtl_sell_invs_tl.xtrx_contract%type,
411: xtrx_asset okl_xtl_sell_invs_tl.xtrx_asset%type,
412: xtrx_stream_type okl_xtl_sell_invs_tl.xtrx_stream_type%type,
413: xtrx_stream_group okl_xtl_sell_invs_tl.xtrx_stream_group%type);
414:
415: TYPE xls_tl_tbl IS TABLE OF xls_tl_rec
416: INDEX BY BINARY_INTEGER;
417: