DBA Data[Home] [Help]

APPS.MSC_WS_ASCP dependencies on MSCILOCDMDSCHTBL

Line 5: g_ILocDmdSchTbl MscILocDmdSchTbl; -- store all local demand schediles data

1: PACKAGE BODY MSC_WS_ASCP AS
2: /* $Header: MSCWASCB.pls 120.10 2008/03/20 15:55:15 bnaghi noship $ */
3:
4: g_IGlbDmdSchTbl MscIGlbDmdSchTbl; -- store all global demand schediles data
5: g_ILocDmdSchTbl MscILocDmdSchTbl; -- store all local demand schediles data
6: g_ILocSupSchTbl MscILocSupSchTbl; -- store all local supply schediles data
7: g_ErrorCode VARCHAR2(9);
8:
9:

Line 1190: g_ILocDmdSchTbl := MscILocDmdSchTbl();

1186: -- dbms_output.put_line('Matthew: Init');
1187:
1188: -- init global variables
1189: g_IGlbDmdSchTbl := MscIGlbDmdSchTbl();
1190: g_ILocDmdSchTbl := MscILocDmdSchTbl();
1191: g_ILocSupSchTbl := MscILocSupSchTbl();
1192:
1193:
1194: -- check user id and responsibility