DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on HR_GENERAL

Line 2144: If (nvl(hr_general.get_xbg_profile, 'N') = 'Y') then

2140: po_agents as po_agents is not striped. But if that profile is set to No,
2141: then get only buyers for that business group. */
2142:
2143:
2144: If (nvl(hr_general.get_xbg_profile, 'N') = 'Y') then
2145:
2146: begin
2147: select agent_id
2148: into x_agent_id

Line 7309: IF (NVL(hr_general.get_xbg_profile, 'N') = 'Y') THEN

7305: IF x_org_id IS NOT NULL THEN
7306: po_moac_utils_pvt.set_org_context(x_org_id); --
7307: END IF;
7308:
7309: IF (NVL(hr_general.get_xbg_profile, 'N') = 'Y') THEN
7310: x_progress := '10: buyer_on_src_doc_ok: result = Y';
7311: resultout := wf_engine.eng_completed || ':' || 'Y';
7312: ELSE --cross business group profile is 'N'
7313: x_source_doc_po_header_id := po_wf_util_pkg.GetItemAttrNumber

Line 7439: IF (NVL(hr_general.get_xbg_profile, 'N') = 'Y') THEN

7435: IF x_org_id IS NOT NULL THEN
7436: po_moac_utils_pvt.set_org_context(x_org_id); --
7437: END IF;
7438:
7439: IF (NVL(hr_general.get_xbg_profile, 'N') = 'Y') THEN
7440: x_progress := '10: buyer_on_contract_ok: result = Y';
7441: resultout := wf_engine.eng_completed || ':' || 'Y';
7442: ELSE -- cross business group profile is 'N'
7443: x_contract_id := po_wf_util_pkg.GetItemAttrNumber