DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_UTILS dependencies on WF_ENGINE

Line 2708: l_n_org_id := WF_ENGINE.GetItemAttrNumber(l_item_type,

2704: IF p_report_header_id IS NULL OR p_profile_name IS NULL THEN
2705: return NULL;
2706: END IF;
2707:
2708: l_n_org_id := WF_ENGINE.GetItemAttrNumber(l_item_type,
2709: l_item_key,
2710: 'ORG_ID');
2711:
2712: l_n_user_id := WF_ENGINE.GetItemAttrNumber(l_item_type,

Line 2712: l_n_user_id := WF_ENGINE.GetItemAttrNumber(l_item_type,

2708: l_n_org_id := WF_ENGINE.GetItemAttrNumber(l_item_type,
2709: l_item_key,
2710: 'ORG_ID');
2711:
2712: l_n_user_id := WF_ENGINE.GetItemAttrNumber(l_item_type,
2713: l_item_key,
2714: 'USER_ID');
2715:
2716: l_n_resp_id := WF_ENGINE.GetItemAttrNumber(l_item_type,

Line 2716: l_n_resp_id := WF_ENGINE.GetItemAttrNumber(l_item_type,

2712: l_n_user_id := WF_ENGINE.GetItemAttrNumber(l_item_type,
2713: l_item_key,
2714: 'USER_ID');
2715:
2716: l_n_resp_id := WF_ENGINE.GetItemAttrNumber(l_item_type,
2717: l_item_key,
2718: 'RESPONSIBILITY_ID');
2719:
2720: l_n_resp_appl_id := WF_ENGINE.GetItemAttrNumber(l_item_type,

Line 2720: l_n_resp_appl_id := WF_ENGINE.GetItemAttrNumber(l_item_type,

2716: l_n_resp_id := WF_ENGINE.GetItemAttrNumber(l_item_type,
2717: l_item_key,
2718: 'RESPONSIBILITY_ID');
2719:
2720: l_n_resp_appl_id := WF_ENGINE.GetItemAttrNumber(l_item_type,
2721: l_item_key,
2722: 'APPLICATION_ID');
2723:
2724: lv_return_value := fnd_profile.VALUE_SPECIFIC(p_profile_name,