DBA Data[Home] [Help]

APPS.EAM_WO_CHANGE_STATUS_PVT dependencies on WIP_CLOSE_UTILITIES

Line 901: IF WIP_CLOSE_UTILITIES.Unclose_Job(l_wip_entity_id,

897:
898: IF (l_unclose = 1) THEN
899: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Unclosing WO'); END IF;
900:
901: IF WIP_CLOSE_UTILITIES.Unclose_Job(l_wip_entity_id,
902: l_organization_id,
903: l_class_code) = 1 THEN
904:
905: BEGIN

Line 939: END IF; -- end of check for WIP_CLOSE_UTILITIES.Unclose_Job

935: WHEN OTHERS THEN
936: raise fnd_api.g_exc_unexpected_error;
937: END;
938:
939: END IF; -- end of check for WIP_CLOSE_UTILITIES.Unclose_Job
940:
941: END IF; -- end of check for l_unclose
942:
943: /***********************************************************/