DBA Data[Home] [Help]

APPS.MSC_AATP_PVT dependencies on FND_GLOBAL

Line 6: G_USER_ID CONSTANT NUMBER := FND_GLOBAL.USER_ID;

2: /* $Header: MSCAATPB.pls 120.25 2011/12/06 09:42:32 vjuluri ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'MSC_AATP_PVT';
5: -- ship_rec_cal
6: G_USER_ID CONSTANT NUMBER := FND_GLOBAL.USER_ID;
7:
8: -- INFINITE_NUMBER CONSTANT NUMBER := 1.0e+10;
9:
10: -- demand type

Line 3767: delim constant varchar2(1) := fnd_global.local_chr(13);

3763: l_class_curr_steal_atp MRP_ATP_PVT.ATP_Info;
3764: l_partner_curr_steal_atp MRP_ATP_PVT.ATP_Info;
3765: l_pos1 NUMBER;
3766: l_pos2 NUMBER;
3767: delim constant varchar2(1) := fnd_global.local_chr(13);
3768:
3769: -- krajan - 04/01/02 - Variable added for fsteal
3770: l_org_code VARCHAR2(7);
3771:

Line 4118: IF (REPLACE(l_demand_class_tab(mm),FND_GLOBAL.LOCAL_CHR(13),' ') in ('-1','-1 -1 -1','-1 -1')) then --6359986

4114: mm := l_demand_class_tab.Prior(mm);
4115: END LOOP;
4116: ELSIF l_level_id in (2, 3) THEN
4117: WHILE mm is not null LOOP
4118: IF (REPLACE(l_demand_class_tab(mm),FND_GLOBAL.LOCAL_CHR(13),' ') in ('-1','-1 -1 -1','-1 -1')) then --6359986
4119: IF(MSC_ATP_PVT.G_ZERO_ALLOCATION_PERC = 'N') THEN ----6359986
4120: IF l_allocation_percent_tab(mm) <> 0 THEN
4121: -- this is the lowest demand class with non zero allocation percentage
4122: l_fw_consume_tab(mm) := 4;

Line 5765: delim constant varchar2(1) := fnd_global.local_chr(13);

5761: l_class_curr_steal_atp MRP_ATP_PVT.ATP_Info;
5762: l_partner_curr_steal_atp MRP_ATP_PVT.ATP_Info;
5763: l_pos1 NUMBER;
5764: l_pos2 NUMBER;
5765: delim constant varchar2(1) := fnd_global.local_chr(13);
5766: MSO_Batch_Flag VARCHAR2(1);
5767: l_constraint_plan NUMBER;
5768: l_use_batching NUMBER;
5769: --krajan 04/01/02 added for fstealing

Line 8673: delim constant varchar2(1) := fnd_global.local_chr(13);

8669: l_class_curr_steal_atp MRP_ATP_PVT.ATP_Info;
8670: l_partner_curr_steal_atp MRP_ATP_PVT.ATP_Info;
8671: l_pos1 NUMBER;
8672: l_pos2 NUMBER;
8673: delim constant varchar2(1) := fnd_global.local_chr(13);
8674:
8675: -- dsting for s/d performance enh
8676: l_temp_atp_supply_demand MRP_ATP_PUB.ATP_Supply_Demand_Typ;
8677:

Line 11415: IF (REPLACE(l_demand_class_tab_new(i),FND_GLOBAL.LOCAL_CHR(13),' ') in ('-1','-1 -1 -1','-1 -1') ) then

11411:
11412: FOR i in 1..l_demand_class_tab_new.COUNT LOOP
11413:
11414:
11415: IF (REPLACE(l_demand_class_tab_new(i),FND_GLOBAL.LOCAL_CHR(13),' ') in ('-1','-1 -1 -1','-1 -1') ) then
11416:
11417:
11418: IF(MSC_ATP_PVT.G_ZERO_ALLOCATION_PERC = 'N') then
11419: IF nvl(l_allocation_percent_tab(i),1) <> 0 THEN --Bug12367917:In Demand Priority, % will be null