DBA Data[Home] [Help]

APPS.MSC_WS_DRP dependencies on MSCIGLBDMDSCHTBL

Line 5: g_IGlbDmdSchTbl MscIGlbDmdSchTbl; -- store all global demand schediles data

1: PACKAGE BODY MSC_WS_DRP AS
2: /* $Header: MSCWDRPB.pls 120.10 2008/03/20 15:56:53 bnaghi noship $ */
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:

Line 864: g_IGlbDmdSchTbl := MscIGlbDmdSchTbl();

860: BEGIN
861: -- dbms_output.put_line('Matthew: Init');
862:
863: -- init global variables
864: g_IGlbDmdSchTbl := MscIGlbDmdSchTbl();
865: g_ILocDmdSchTbl := MscILocDmdSchTbl();
866: g_ILocSupSchTbl := MscILocSupSchTbl();
867:
868: -- check user id and responsibility