DBA Data[Home] [Help]

APPS.MSC_WS_DRP dependencies on MSC_UTIL

Line 933: IF MSC_WS_COMMON.BOOL_TO_NUMBER(PurgeAllSchsFlag) = MSC_UTIL.SYS_YES THEN

929: END;
930:
931: -- if PurgeAllSchsFlag is set, purge all global demand schedules,
932: -- local demand schedule and local supply schedules
933: IF MSC_WS_COMMON.BOOL_TO_NUMBER(PurgeAllSchsFlag) = MSC_UTIL.SYS_YES THEN
934: BEGIN
935: MSC_WS_COMMON.PURGE_ALL_SCHEDULES(PlanId);
936: EXCEPTION WHEN others THEN
937: g_ErrorCode := 'ERROR_UNEXPECTED_00109';

Line 951: IF MSC_WS_COMMON.BOOL_TO_NUMBER(PurgeAllSchsFlag) = MSC_UTIL.SYS_YES THEN

947: raise;
948: END;
949:
950: -- set all global/local demand/supply schedules
951: IF MSC_WS_COMMON.BOOL_TO_NUMBER(PurgeAllSchsFlag) = MSC_UTIL.SYS_YES THEN
952: BEGIN
953: l_String := MSC_WS_COMMON.INSERT_ALL_SCHEDULES(
954: PlanId, l_InsId, UserId,
955: g_IGlbDmdSchTbl, g_ILocDmdSchTbl, g_ILocSupSchTbl);