DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on PO_VENDOR_SITES_SV

Line 2797: * po_vendor_sites_sv.get_transmission_defaults and then

2793: /**
2794: * Private Procedure: Retroactive_Launch_Approval
2795: * Modifies: Authorization_status of po_headers and po_releaes.
2796: * Effects: Get the default supplier communiation flags using
2797: * po_vendor_sites_sv.get_transmission_defaults and then
2798: * call start_wf_process by setting the correct values
2799: * for the supplier communication flags. This is called from
2800: * massupdate_releases procedure.
2801: */

Line 2861: PO_VENDOR_SITES_SV.Get_Transmission_Defaults(

2857: end if; /*If ((p_document_type = 'PO') OR (p_document_type = 'PA'))*/
2858:
2859: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
2860:
2861: PO_VENDOR_SITES_SV.Get_Transmission_Defaults(
2862: p_document_id => p_doc_id,
2863: p_document_type => p_doc_type,
2864: p_document_subtype => p_doc_subtype,
2865: p_preparer_id => l_preparer_id,