DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on PO_VENDOR_SITES_SV

Line 2909: * po_vendor_sites_sv.get_transmission_defaults and then

2905: /**
2906: * Private Procedure: Retroactive_Launch_Approval
2907: * Modifies: Authorization_status of po_headers and po_releaes.
2908: * Effects: Get the default supplier communiation flags using
2909: * po_vendor_sites_sv.get_transmission_defaults and then
2910: * call start_wf_process by setting the correct values
2911: * for the supplier communication flags. This is called from
2912: * massupdate_releases procedure.
2913: */

Line 2973: PO_VENDOR_SITES_SV.Get_Transmission_Defaults(

2969: end if; /*If ((p_document_type = 'PO') OR (p_document_type = 'PA'))*/
2970:
2971: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
2972:
2973: PO_VENDOR_SITES_SV.Get_Transmission_Defaults(
2974: p_document_id => p_doc_id,
2975: p_document_type => p_doc_type,
2976: p_document_subtype => p_doc_subtype,
2977: p_preparer_id => l_preparer_id,