DBA Data[Home] [Help]

APPS.MSC_WS_DRP dependencies on MSCILOCSUPSCHTBL

Line 7: g_ILocSupSchTbl MscILocSupSchTbl; -- store all local supply schediles data

3:
4:
5: g_IGlbDmdSchTbl MscIGlbDmdSchTbl; -- store all global demand schediles data
6: g_ILocDmdSchTbl MscILocDmdSchTbl; -- store all local demand schediles data
7: g_ILocSupSchTbl MscILocSupSchTbl; -- store all local supply schediles data
8: g_ErrorCode VARCHAR2(9);
9:
10: -- =============================================================
11: -- Desc: Please see package spec for description

Line 866: g_ILocSupSchTbl := MscILocSupSchTbl();

862:
863: -- init global variables
864: g_IGlbDmdSchTbl := MscIGlbDmdSchTbl();
865: g_ILocDmdSchTbl := MscILocDmdSchTbl();
866: g_ILocSupSchTbl := MscILocSupSchTbl();
867:
868: -- check user id and responsibility
869: MSC_WS_COMMON.VALIDATE_USER_RESP(l_String, UserId, ResponsibilityId);
870: IF (l_String <> 'OK') THEN