DBA Data[Home] [Help]

APPS.MRP_EXP_WF dependencies on FND_GLOBAL

Line 1660: l_user_id number := fnd_global.user_id;

1656: itemkey => itemkey,
1657: aname => 'ORDER_TYPE_CODE');
1658:
1659: l_owning_org_id number;
1660: l_user_id number := fnd_global.user_id;
1661: l_po_group_by number := fnd_profile.value('MRP_LOAD_REQ_GROUP_BY');
1662: l_po_batch_number number;
1663: l_wip_group_id number;
1664: l_loaded_jobs number;

Line 1712: FND_GLOBAL.Apps_Initialize(l_user_id, l_responsibility_id, l_application_id);

1708: AND u.start_date <= SYSDATE
1709: AND NVL(u.end_date, SYSDATE + 1) >= SYSDATE
1710: AND ROWNUM = 1;
1711:
1712: FND_GLOBAL.Apps_Initialize(l_user_id, l_responsibility_id, l_application_id);
1713:
1714: END IF;
1715:
1716: /** End Bug 2226979 **/