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.4.12010000.3 2008/08/25 10:22:08 sbnaik 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 3543: delim constant varchar2(1) := fnd_global.local_chr(13);

3539: l_class_curr_steal_atp MRP_ATP_PVT.ATP_Info;
3540: l_partner_curr_steal_atp MRP_ATP_PVT.ATP_Info;
3541: l_pos1 NUMBER;
3542: l_pos2 NUMBER;
3543: delim constant varchar2(1) := fnd_global.local_chr(13);
3544:
3545: -- krajan - 04/01/02 - Variable added for fsteal
3546: l_org_code VARCHAR2(7);
3547:

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

3890: mm := l_demand_class_tab.Prior(mm);
3891: END LOOP;
3892: ELSIF l_level_id in (2, 3) THEN
3893: WHILE mm is not null LOOP
3894: IF (REPLACE(l_demand_class_tab(mm),FND_GLOBAL.LOCAL_CHR(13),' ') in ('-1','-1 -1 -1','-1 -1')) then --6359986
3895: IF(MSC_ATP_PVT.G_ZERO_ALLOCATION_PERC = 'N') THEN ----6359986
3896: IF l_allocation_percent_tab(mm) <> 0 THEN
3897: -- this is the lowest demand class with non zero allocation percentage
3898: l_fw_consume_tab(mm) := 4;

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

5531: l_class_curr_steal_atp MRP_ATP_PVT.ATP_Info;
5532: l_partner_curr_steal_atp MRP_ATP_PVT.ATP_Info;
5533: l_pos1 NUMBER;
5534: l_pos2 NUMBER;
5535: delim constant varchar2(1) := fnd_global.local_chr(13);
5536: MSO_Batch_Flag VARCHAR2(1);
5537: l_constraint_plan NUMBER;
5538: l_use_batching NUMBER;
5539: --krajan 04/01/02 added for fstealing

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

8439: l_class_curr_steal_atp MRP_ATP_PVT.ATP_Info;
8440: l_partner_curr_steal_atp MRP_ATP_PVT.ATP_Info;
8441: l_pos1 NUMBER;
8442: l_pos2 NUMBER;
8443: delim constant varchar2(1) := fnd_global.local_chr(13);
8444:
8445: -- dsting for s/d performance enh
8446: l_temp_atp_supply_demand MRP_ATP_PUB.ATP_Supply_Demand_Typ;
8447:

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

11180:
11181: FOR i in 1..l_demand_class_tab_new.COUNT LOOP
11182:
11183:
11184: IF (REPLACE(l_demand_class_tab_new(i),FND_GLOBAL.LOCAL_CHR(13),' ') in ('-1','-1 -1 -1','-1 -1') ) then
11185:
11186:
11187: IF(MSC_ATP_PVT.G_ZERO_ALLOCATION_PERC = 'N') then
11188: IF l_allocation_percent_tab(i) <> 0 THEN