DBA Data[Home] [Help]

APPS.WSH_OTM_OUTBOUND dependencies on FND_GLOBAL

Line 207: FND_GLOBAL.apps_initialize(user_id => p_user_id,

203: WSH_DEBUG_SV.push(l_sub_module_name);
204: END IF;
205:
206: -- Setting the apps context
207: FND_GLOBAL.apps_initialize(user_id => p_user_id,
208: resp_id =>p_resp_id,
209: resp_appl_id => p_resp_appl_id);
210:
211: IF l_debug_on THEN

Line 997: FND_GLOBAL.APPS_INITIALIZE(user_id => p_user_id,

993: -- Bug 7207835 p_caller value not defaulting to 'D' when passed as NULL.
994: l_p_caller := NVL(p_caller,'D');
995: -- End Bug 7207835
996: -- Setting the apps context
997: FND_GLOBAL.APPS_INITIALIZE(user_id => p_user_id,
998: resp_id =>p_resp_id,
999: resp_appl_id => p_resp_appl_id);
1000:
1001:

Line 1732: fnd_global.apps_initialize(user_id => p_userid,

1728: END IF;
1729: --
1730: -- initialize Apps variables
1731: IF p_userid is NOT NULL THEN
1732: fnd_global.apps_initialize(user_id => p_userid,
1733: resp_id => p_respid,
1734: resp_appl_id => p_resp_appl_Id
1735: );
1736: END IF;