DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on WIP_PICKING_PUB

Line 1006: WIP_PICKING_PUB.Is_Job_Pick_Released(

1002:
1003: -- bug# 3436646: job cannot be changed to unreleased if it's been pick released
1004: if ( wjsi_row.status_type = WIP_CONSTANTS.UNRELEASED and
1005: wdj_row.status_type <> WIP_CONSTANTS.UNRELEASED and
1006: WIP_PICKING_PUB.Is_Job_Pick_Released(
1007: p_wip_entity_id => wjsi_row.wip_entity_id,
1008: p_org_id => wjsi_row.organization_id)) then
1009: l_msg := 'WIP_UNRLS_JOB/SCHED';
1010: raise fnd_api.g_exc_unexpected_error;