DBA Data[Home] [Help]

APPS.MSC_WS_IO dependencies on MSCIGLBIODMDSCHTBL

Line 4: g_IGlbDmdSchTbl MscIGlbIODmdSchTbl; -- store all global demand schediles data

1: PACKAGE BODY MSC_WS_IO AS
2: /* $Header: MSCWIOPB.pls 120.5 2008/03/20 15:57:58 bnaghi noship $ */
3:
4: g_IGlbDmdSchTbl MscIGlbIODmdSchTbl; -- store all global demand schediles data
5: g_ILocDmdSchTbl MscILocIODmdSchTbl; -- store all local demand schediles data
6: g_ErrorCode VARCHAR2(9);
7:
8: -- =============================================================

Line 1635: g_IGlbDmdSchTbl := MscIGlbIODmdSchTbl();

1631: BEGIN
1632: -- dbms_output.put_line('Matthew: Init');
1633:
1634: -- init global variables
1635: g_IGlbDmdSchTbl := MscIGlbIODmdSchTbl();
1636: g_ILocDmdSchTbl := MscILocIODmdSchTbl();
1637:
1638: -- check user id and responsibility
1639: MSC_WS_COMMON.VALIDATE_USER_RESP(l_String, UserId, ResponsibilityId);