DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on PO_VENDOR_SITES

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 2933: l_default_method PO_VENDOR_SITES.SUPPLIER_NOTIF_METHOD%TYPE := null;

2929: l_action_orig_from varchar2(30) := 'RETRO'; --need to findout
2930: l_xmlsetup varchar2(1) := 'N';
2931: l_docnum po_headers_all.segment1%type;
2932: l_preparer_id po_headers.agent_id%type;
2933: l_default_method PO_VENDOR_SITES.SUPPLIER_NOTIF_METHOD%TYPE := null;
2934: l_email_address po_vendor_sites.email_Address%type := null;
2935: l_fax_number varchar2(30) := null; --Changed as part of Bug 5765243
2936: l_document_num po_headers.segment1%type;
2937: l_xml_flag varchar2(1) := 'N';

Line 2934: l_email_address po_vendor_sites.email_Address%type := null;

2930: l_xmlsetup varchar2(1) := 'N';
2931: l_docnum po_headers_all.segment1%type;
2932: l_preparer_id po_headers.agent_id%type;
2933: l_default_method PO_VENDOR_SITES.SUPPLIER_NOTIF_METHOD%TYPE := null;
2934: l_email_address po_vendor_sites.email_Address%type := null;
2935: l_fax_number varchar2(30) := null; --Changed as part of Bug 5765243
2936: l_document_num po_headers.segment1%type;
2937: l_xml_flag varchar2(1) := 'N';
2938: l_email_flag varchar2(1) := 'N';

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,