DBA Data[Home] [Help]

APPS.WSH_WF_INTERFACE dependencies on MO_GLOBAL

Line 1654: MO_GLOBAL.set_policy_context ('S', l_org_id);

1650: IF l_org_id is null THEN
1651: RAISE NO_DATA_FOUND;
1652: ELSE
1653: -- Set the database session context
1654: MO_GLOBAL.set_policy_context ('S', l_org_id);
1655: -- FND_GLOBAL.Apps_Initialize(l_user_id, l_resp_id, l_resp_appl_id);
1656: END IF;
1657: END IF;
1658: resultout:='COMPLETE';

Line 1675: wsh_debug_sv.log (l_module_name, 'l_current_org_id', MO_GLOBAL.get_current_org_id);

1671: resultout := 'TRUE'; -- No Org to match against .. Single Org Env..
1672: ELSE -- Org Id is not null
1673: -- Fetch Current Env Org.
1674: IF l_debug_on THEN
1675: wsh_debug_sv.log (l_module_name, 'l_current_org_id', MO_GLOBAL.get_current_org_id);
1676: END IF;
1677: IF NVL(MO_GLOBAL.get_current_org_id, -99) <> l_org_id THEN
1678: resultout := 'FALSE';
1679: ELSE

Line 1677: IF NVL(MO_GLOBAL.get_current_org_id, -99) <> l_org_id THEN

1673: -- Fetch Current Env Org.
1674: IF l_debug_on THEN
1675: wsh_debug_sv.log (l_module_name, 'l_current_org_id', MO_GLOBAL.get_current_org_id);
1676: END IF;
1677: IF NVL(MO_GLOBAL.get_current_org_id, -99) <> l_org_id THEN
1678: resultout := 'FALSE';
1679: ELSE
1680: resultout := 'TRUE';
1681: END IF;