DBA Data[Home] [Help]

APPS.PO_R12_CAT_UPG_FINAL_GRP dependencies on PO_MOAC_UTILS_PVT

Line 2370: PO_MOAC_UTILS_PVT.set_policy_context('S', p_org_id); -- Bug#5259328

2366: -- Set the org context because the fuction default_po_unique_identifier
2367: -- depends on the org context. It uses the org-striped view
2368: -- PO_UNIQUE_IDENTIFIER_CONTROL to get the next PO Number.
2369: --FND_CLIENT_ INFO.set_org_context(p_org_id);
2370: PO_MOAC_UTILS_PVT.set_policy_context('S', p_org_id); -- Bug#5259328
2371:
2372: l_progress := '030';
2373: l_new_po_number := PO_CORE_SV1.default_po_unique_identifier('PO_HEADERS');
2374:

Line 2557: --l_security_id := PO_MOAC_UTILS_PVT.get_current_org_id;

2553: l_description := FND_MESSAGE.get;
2554:
2555: l_to_entity_name := 'PO_HEADERS';
2556: l_to_pk1_value := p_cpa_header_id;
2557: --l_security_id := PO_MOAC_UTILS_PVT.get_current_org_id;
2558: l_security_id := p_cpa_header_id;
2559:
2560: IF g_debug THEN PO_R12_CAT_UPG_DEBUG.log_stmt(l_log_head,l_progress,'security_id(org_id)='||l_security_id); END IF;
2561: -- IF g_debug THEN