DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_PICKING_PUB

Line 3927: if ( wip_picking_pub.is_job_pick_released(wjsi_row.wip_entity_id,

3923: end if ; -- end if (l_minOp <> fnd_api.g_miss_num )
3924: end if; -- end if ( wdj_row.status_type <> wip_constants.unreleased )
3925:
3926: /* bug 5350660. Show warning if job is already pick released */
3927: if ( wip_picking_pub.is_job_pick_released(wjsi_row.wip_entity_id,
3928: wjsi_row.repetitive_schedule_id,
3929: wjsi_row.organization_id)) then
3930: fnd_message.set_name('WIP', 'WIP_QTY_REQ_CHANGE_WARNING');
3931: setInterfaceError(p_rowid, wjsi_row.interface_id, substr(fnd_message.get, 1, 500), validationWarning);

Line 4068: WIP_PICKING_PUB.Is_Job_Pick_Released(

4064:
4065: -- bug# 3436646: job cannot be changed to unreleased if it's been pick released
4066: if ( wjsi_row.status_type = WIP_CONSTANTS.UNRELEASED and
4067: wdj_row.status_type <> WIP_CONSTANTS.UNRELEASED and
4068: WIP_PICKING_PUB.Is_Job_Pick_Released(
4069: p_wip_entity_id => wjsi_row.wip_entity_id,
4070: p_org_id => wjsi_row.organization_id) ) then
4071: l_msg := 'WIP_UNRLS_JOB/SCHED';
4072: raise fnd_api.g_exc_unexpected_error;