DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_PICKING_PUB

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

3817: end if ; -- end if (l_minOp <> fnd_api.g_miss_num )
3818: end if; -- end if ( wdj_row.status_type <> wip_constants.unreleased )
3819:
3820: /* bug 5350660. Show warning if job is already pick released */
3821: if ( wip_picking_pub.is_job_pick_released(wjsi_row.wip_entity_id,
3822: wjsi_row.repetitive_schedule_id,
3823: wjsi_row.organization_id)) then
3824: fnd_message.set_name('WIP', 'WIP_QTY_REQ_CHANGE_WARNING');
3825: setInterfaceError(p_rowid, wjsi_row.interface_id, substr(fnd_message.get, 1, 500), validationWarning);

Line 3940: WIP_PICKING_PUB.Is_Job_Pick_Released(

3936:
3937: -- bug# 3436646: job cannot be changed to unreleased if it's been pick released
3938: if ( wjsi_row.status_type = WIP_CONSTANTS.UNRELEASED and
3939: wdj_row.status_type <> WIP_CONSTANTS.UNRELEASED and
3940: WIP_PICKING_PUB.Is_Job_Pick_Released(
3941: p_wip_entity_id => wjsi_row.wip_entity_id,
3942: p_org_id => wjsi_row.organization_id) ) then
3943: l_msg := 'WIP_UNRLS_JOB/SCHED';
3944: raise fnd_api.g_exc_unexpected_error;