DBA Data[Home] [Help]

APPS.MSC_EXP_WF dependencies on FND_GLOBAL

Line 1645: l_planner := FND_GLOBAL.USER_NAME;

1641: FETCH PLANNER_C INTO l_planner;
1642: CLOSE PLANNER_C;
1643: -- l_planner := 'MFG';
1644: if l_planner is null then
1645: l_planner := FND_GLOBAL.USER_NAME;
1646: FND_FILE.PUT_LINE(FND_FILE.LOG,'no planner defined for this item, sent notification to '||l_planner);
1647: end if;
1648:
1649: wf_engine.SetItemAttrText( itemtype => itemtype,

Line 2002: l_user_id number := fnd_global.user_id;

1998: l_plan_name varchar2(30) := 'dummy';
1999: l_order_type number;
2000: l_sr_instance_id number;
2001: l_org_id number;
2002: l_user_id number := fnd_global.user_id;
2003: l_po_group_by number := fnd_profile.value('MSC_LOAD_REQ_GROUP_BY');
2004: l_po_batch_number number;
2005: l_wip_group_id number;
2006: