DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on PO_GA_PVT

Line 870: l_current_org := PO_GA_PVT.get_current_org; --

866: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
867: p_token => g_progress,
868: p_message => 'Before calling PO_HEADERS_PKG_S0.Insert_Row');
869: END IF;
870: l_current_org := PO_GA_PVT.get_current_org; --
871: PO_HEADERS_PKG_S0.Insert_Row(
872: X_Rowid => l_rowid,
873: X_Po_Header_Id => l_po_header_id,
874: X_Agent_Id => g_cpa_csr.agent_id,

Line 1003: l_current_org := PO_GA_PVT.get_current_org;

999:
1000: -- After insert into po_headers, insert a row into org_assignments for a global agreement
1001: IF nvl(g_cpa_csr.global_agreement_flag, 'N') = 'Y' then
1002:
1003: l_current_org := PO_GA_PVT.get_current_org;
1004:
1005: -- call the GA org assignments table handler to insert a row
1006: -- for the owning org into the org assignments table
1007: l_org_assign_rec.po_header_id := l_po_header_id;