DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on PO_GA_PVT

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

904: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
905: p_token => g_progress,
906: p_message => 'Before calling PO_HEADERS_PKG_S0.Insert_Row');
907: END IF;
908: l_current_org := PO_GA_PVT.get_current_org; --
909: PO_HEADERS_PKG_S0.Insert_Row(
910: X_Rowid => l_rowid,
911: X_Po_Header_Id => l_po_header_id,
912: X_Agent_Id => g_cpa_csr.agent_id,

Line 1043: l_current_org := PO_GA_PVT.get_current_org;

1039:
1040: -- After insert into po_headers, insert a row into org_assignments for a global agreement
1041: IF nvl(g_cpa_csr.global_agreement_flag, 'N') = 'Y' then
1042:
1043: l_current_org := PO_GA_PVT.get_current_org;
1044:
1045: -- call the GA org assignments table handler to insert a row
1046: -- for the owning org into the org assignments table
1047: l_org_assign_rec.po_header_id := l_po_header_id;