DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on HR_GENERAL

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

1923: po_agents as po_agents is not striped. But if that profile is set to No,
1924: then get only buyers for that business group. */
1925:
1926:
1927: If (nvl(hr_general.get_xbg_profile, 'N') = 'Y') then
1928:
1929: begin
1930: select agent_id
1931: into x_agent_id

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

6853: IF x_org_id IS NOT NULL THEN
6854: po_moac_utils_pvt.set_org_context(x_org_id); --
6855: END IF;
6856:
6857: IF (NVL(hr_general.get_xbg_profile, 'N') = 'Y') THEN
6858: x_progress := '10: buyer_on_src_doc_ok: result = Y';
6859: resultout := wf_engine.eng_completed || ':' || 'Y';
6860: ELSE --cross business group profile is 'N'
6861: x_source_doc_po_header_id := po_wf_util_pkg.GetItemAttrNumber

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

6983: IF x_org_id IS NOT NULL THEN
6984: po_moac_utils_pvt.set_org_context(x_org_id); --
6985: END IF;
6986:
6987: IF (NVL(hr_general.get_xbg_profile, 'N') = 'Y') THEN
6988: x_progress := '10: buyer_on_contract_ok: result = Y';
6989: resultout := wf_engine.eng_completed || ':' || 'Y';
6990: ELSE -- cross business group profile is 'N'
6991: x_contract_id := po_wf_util_pkg.GetItemAttrNumber