DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PVT dependencies on WIP_MASS_LOAD_PROCESSOR

Line 131: wip_mass_load_processor.ml_release(wjsi_row.wip_entity_id,

127: end if;
128:
129: -- release job if necessary
130: if ( wjsi_row.status_type in (wip_constants.released, wip_constants.hold) ) then
131: wip_mass_load_processor.ml_release(wjsi_row.wip_entity_id,
132: wjsi_row.organization_id,
133: wjsi_row.class_code,
134: wjsi_row.status_type,
135: l_success,

Line 220: wip_mass_load_processor.ml_status_change(

216:
217: -- handle status change
218: if ( l_statusType <> wjsi_row.status_type and
219: l_statusType in (wip_constants.released, wip_constants.unreleased) ) then
220: wip_mass_load_processor.ml_status_change(
221: wjsi_row.wip_entity_id,
222: wjsi_row.organization_id,
223: wjsi_row.class_code,
224: wjsi_row.status_type,