DBA Data[Home] [Help]

APPS.OE_PROFILE dependencies on WF_ENGINE

Line 349: l_cached_resp_appl_id := wf_engine.GetItemAttrNumber(l_wf_entity

345: END IF;
346: Null;
347: END;
348:
349: l_cached_resp_appl_id := wf_engine.GetItemAttrNumber(l_wf_entity
350: , p_entity_id
351: , 'APPLICATION_ID'
352: );
353:

Line 355: l_cached_resp_id := wf_engine.GetItemAttrNumber(l_wf_entity

351: , 'APPLICATION_ID'
352: );
353:
354:
355: l_cached_resp_id := wf_engine.GetItemAttrNumber(l_wf_entity
356: , p_entity_id
357: , 'RESPONSIBILITY_ID'
358: );
359: