DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PVT dependencies on WIP_MASS_LOAD_PROCESSOR

Line 150: wip_mass_load_processor.ml_release(wjsi_row.wip_entity_id,

146: after load all the details to populate quantity in queue of the first operation
147: added in WJDI
148: -- release job if necessary
149: if ( wjsi_row.status_type in (wip_constants.released, wip_constants.hold) ) then
150: wip_mass_load_processor.ml_release(wjsi_row.wip_entity_id,
151: wjsi_row.organization_id,
152: wjsi_row.class_code,
153: wjsi_row.status_type,
154: l_success,

Line 254: wip_mass_load_processor.ml_status_change(

250: if ( l_statusType <> wjsi_row.status_type and
251: /*Bug 14497612: Need to include completed here because completed is not allow to change to unrelease which is introduced in bug fix 7197320.
252: Fix massload so that it will have the same behavior as form*/
253: l_statusType in (wip_constants.released, wip_constants.unreleased, wip_constants.comp_chrg) ) then
254: wip_mass_load_processor.ml_status_change(
255: wjsi_row.wip_entity_id,
256: wjsi_row.organization_id,
257: wjsi_row.class_code,
258: wjsi_row.status_type,