DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_UTILS dependencies on FND_GLOBAL

Line 136: FND_GLOBAL.APPS_INITIALIZE( USER_ID => l_n_user_id,

132: l_n_resp_appl_id := WF_ENGINE.GetItemAttrNumber(p_s_item_type,
133: p_s_item_key,
134: 'APPLICATION_ID');
135: -- Set the context
136: FND_GLOBAL.APPS_INITIALIZE( USER_ID => l_n_user_id,
137: RESP_ID => l_n_resp_id,
138: RESP_APPL_ID => l_n_resp_appl_id
139: );
140: exception