DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PUB dependencies on WIP_MASS_LOAD_PROCESSOR

Line 201: wip_mass_load_processor.ml_release(wjsi_rec.wip_entity_id,

197: */
198: -- release job if necessary
199: if (wjsi_rec.load_type in (wip_constants.create_job, wip_constants.create_ns_job) and
200: wjsi_rec.status_type in (wip_constants.released, wip_constants.hold) ) then
201: wip_mass_load_processor.ml_release(wjsi_rec.wip_entity_id,
202: wjsi_rec.organization_id,
203: wjsi_rec.class_code,
204: wjsi_rec.status_type,
205: l_success,

Line 554: wip_mass_load_processor.ml_release(x_wipEntityID,

550: -- release job if necessary
551:
552: if (l_load_type in (wip_constants.create_job, wip_constants.create_ns_job) and
553: l_status_type in (wip_constants.released, wip_constants.hold) ) then
554: wip_mass_load_processor.ml_release(x_wipEntityID,
555: l_organization_id,
556: l_class_code,
557: l_status_type,
558: l_success,