DBA Data[Home] [Help]

APPS.MSC_ATP_UTILS dependencies on FND_GLOBAL

Line 1477: l_user_id := FND_GLOBAL.user_id;

1473: msc_sch_wb.atp_debug('PROCEDURE Put_Period_Data');
1474: msc_sch_wb.atp_debug('Put_Period_Data: ' || ' period records '||p_atp_period.level.COUNT);
1475: END IF;
1476:
1477: l_user_id := FND_GLOBAL.user_id;
1478: l_sysdate := sysdate;
1479:
1480: IF p_dblink IS NULL THEN
1481: FORALL j IN 1..p_atp_period.level.COUNT

Line 1725: l_user_id := FND_GLOBAL.USER_ID;

1721: -- tables. The pegging records will always be there in the server,
1722: -- if the source instance is different than the server, we need to
1723: -- put it back into source.
1724:
1725: l_user_id := FND_GLOBAL.USER_ID;
1726: IF PG_DEBUG in ('Y', 'C') THEN
1727: msc_sch_wb.atp_debug('Put_Pegging_data: ' || 'p_dblink = ' ||p_dblink);
1728: END IF;
1729:

Line 1886: l_user_id := FND_GLOBAL.USER_ID;

1882: l_count number; -- for bug 2974324
1883:
1884: BEGIN
1885:
1886: l_user_id := FND_GLOBAL.USER_ID;
1887: IF p_dblink IS NOT NULL THEN
1888: l_dynstring := '@' || p_dblink;
1889: END IF;
1890:

Line 2490: l_user_id := FND_GLOBAL.USER_ID;

2486: cur_handler NUMBER;
2487: l_user_id number;
2488: BEGIN
2489:
2490: l_user_id := FND_GLOBAL.USER_ID;
2491:
2492: IF p_atp_supply_demand.level.COUNT > 0 THEN
2493: IF PG_DEBUG in ('Y', 'C') THEN
2494: msc_sch_wb.atp_debug('Put_SD_Data: ' || ' SD records '||p_atp_supply_demand.level.COUNT);

Line 2813: l_user_id := FND_GLOBAL.USER_ID;

2809: IF PG_DEBUG in ('Y', 'C') THEN
2810: msc_sch_wb.atp_debug('enter Put_Sch_data_Request_Mode');
2811: END IF;
2812:
2813: l_user_id := FND_GLOBAL.USER_ID;
2814: l_count := p_atp_rec.inventory_item_id.count;
2815: --- Delete Old Data
2816: Delete from mrp_atp_schedule_temp where session_id = p_session_id
2817: --bug 3378648: delete only ATP relevent data