DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_UTILS dependencies on WF_ENGINE

Line 126: l_n_user_id := WF_ENGINE.GetItemAttrNumber(p_s_item_type,

122: p_s_result := 'FALSE';
123: ELSIF (p_s_command = 'SET_CTX') THEN
124: begin
125:
126: l_n_user_id := WF_ENGINE.GetItemAttrNumber(p_s_item_type,
127: p_s_item_key,
128: 'USER_ID');
129: l_n_resp_id := WF_ENGINE.GetItemAttrNumber(p_s_item_type,
130: p_s_item_key,

Line 129: l_n_resp_id := WF_ENGINE.GetItemAttrNumber(p_s_item_type,

125:
126: l_n_user_id := WF_ENGINE.GetItemAttrNumber(p_s_item_type,
127: p_s_item_key,
128: 'USER_ID');
129: l_n_resp_id := WF_ENGINE.GetItemAttrNumber(p_s_item_type,
130: p_s_item_key,
131: 'RESPONSIBILITY_ID');
132: l_n_resp_appl_id := WF_ENGINE.GetItemAttrNumber(p_s_item_type,
133: p_s_item_key,

Line 132: l_n_resp_appl_id := WF_ENGINE.GetItemAttrNumber(p_s_item_type,

128: 'USER_ID');
129: l_n_resp_id := WF_ENGINE.GetItemAttrNumber(p_s_item_type,
130: p_s_item_key,
131: 'RESPONSIBILITY_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,