DBA Data[Home] [Help]

APPS.WSMPJUPD dependencies on WSM_RJ_SECONDARY_QUANTITIES

Line 41: type t_wsm_rj_sec_qty_tbl is table of wsm_rj_secondary_quantities%rowtype index by binary_integer;

37:
38: -- MES secondary qty changes
39: type t_wsm_job_sec_qty_tbl is table of wsm_job_secondary_quantities%rowtype index by binary_integer;
40: type t_wsm_sj_sec_qty_tbl is table of wsm_sj_secondary_quantities%rowtype index by binary_integer;
41: type t_wsm_rj_sec_qty_tbl is table of wsm_rj_secondary_quantities%rowtype index by binary_integer;
42: type t_wsm_op_sec_qty_tbl is table of wsm_op_secondary_quantities%rowtype index by binary_integer;
43:
44: type t_we_id_tbl is table of wip_entities.wip_entity_id%type index by binary_integer;
45: type t_cur_qty_tbl is table of wsm_job_secondary_quantities.current_quantity%type index by binary_integer;

Line 703: insert into wsm_rj_secondary_quantities

699: end loop;
700:
701: if l_wsm_rj_sec_qty_tbl.count > 0 then
702: forall i in indices of l_wsm_rj_sec_qty_tbl
703: insert into wsm_rj_secondary_quantities
704: values l_wsm_rj_sec_qty_tbl(i);
705: end if;
706:
707: if( g_log_level_statement >= l_log_level ) then