DBA Data[Home] [Help]

APPS.OKL_BILLING_CONTROLLER_PVT dependencies on OKL_INVOICE_MSSGS_V

Line 434: id okl_invoice_mssgs_v.id%type,

430: g_imav_tbl OKL_IMA_PVT.imav_tbl_type;
431: g_imav_counter NUMBER := 0;
432:
433: TYPE msg_rec IS RECORD (
434: id okl_invoice_mssgs_v.id%type,
435: priority okl_invoice_mssgs_v.priority%type,
436: pkg_name okl_invoice_mssgs_v.pkg_name%type,
437: proc_name okl_invoice_mssgs_v.proc_name%type,
438: start_date okl_invoice_mssgs_v.start_date%TYPE,

Line 435: priority okl_invoice_mssgs_v.priority%type,

431: g_imav_counter NUMBER := 0;
432:
433: TYPE msg_rec IS RECORD (
434: id okl_invoice_mssgs_v.id%type,
435: priority okl_invoice_mssgs_v.priority%type,
436: pkg_name okl_invoice_mssgs_v.pkg_name%type,
437: proc_name okl_invoice_mssgs_v.proc_name%type,
438: start_date okl_invoice_mssgs_v.start_date%TYPE,
439: end_date okl_invoice_mssgs_v.end_date%TYPE);

Line 436: pkg_name okl_invoice_mssgs_v.pkg_name%type,

432:
433: TYPE msg_rec IS RECORD (
434: id okl_invoice_mssgs_v.id%type,
435: priority okl_invoice_mssgs_v.priority%type,
436: pkg_name okl_invoice_mssgs_v.pkg_name%type,
437: proc_name okl_invoice_mssgs_v.proc_name%type,
438: start_date okl_invoice_mssgs_v.start_date%TYPE,
439: end_date okl_invoice_mssgs_v.end_date%TYPE);
440: -- fmiao 5232919 change end

Line 437: proc_name okl_invoice_mssgs_v.proc_name%type,

433: TYPE msg_rec IS RECORD (
434: id okl_invoice_mssgs_v.id%type,
435: priority okl_invoice_mssgs_v.priority%type,
436: pkg_name okl_invoice_mssgs_v.pkg_name%type,
437: proc_name okl_invoice_mssgs_v.proc_name%type,
438: start_date okl_invoice_mssgs_v.start_date%TYPE,
439: end_date okl_invoice_mssgs_v.end_date%TYPE);
440: -- fmiao 5232919 change end
441:

Line 438: start_date okl_invoice_mssgs_v.start_date%TYPE,

434: id okl_invoice_mssgs_v.id%type,
435: priority okl_invoice_mssgs_v.priority%type,
436: pkg_name okl_invoice_mssgs_v.pkg_name%type,
437: proc_name okl_invoice_mssgs_v.proc_name%type,
438: start_date okl_invoice_mssgs_v.start_date%TYPE,
439: end_date okl_invoice_mssgs_v.end_date%TYPE);
440: -- fmiao 5232919 change end
441:
442: TYPE msg_tbl IS TABLE OF msg_rec

Line 439: end_date okl_invoice_mssgs_v.end_date%TYPE);

435: priority okl_invoice_mssgs_v.priority%type,
436: pkg_name okl_invoice_mssgs_v.pkg_name%type,
437: proc_name okl_invoice_mssgs_v.proc_name%type,
438: start_date okl_invoice_mssgs_v.start_date%TYPE,
439: end_date okl_invoice_mssgs_v.end_date%TYPE);
440: -- fmiao 5232919 change end
441:
442: TYPE msg_tbl IS TABLE OF msg_rec
443: INDEX BY BINARY_INTEGER;