DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on WIP_PICKING_PUB

Line 1011: WIP_PICKING_PUB.Is_Job_Pick_Released(

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