DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on PO_VENDOR_SITES

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

2817: l_action_orig_from varchar2(30) := 'RETRO'; --need to findout
2818: l_xmlsetup varchar2(1) := 'N';
2819: l_docnum po_headers_all.segment1%type;
2820: l_preparer_id po_headers.agent_id%type;
2821: l_default_method PO_VENDOR_SITES.SUPPLIER_NOTIF_METHOD%TYPE := null;
2822: l_email_address po_vendor_sites.email_Address%type := null;
2823: l_fax_number varchar2(30) := null; --Changed as part of Bug 5765243
2824: l_document_num po_headers.segment1%type;
2825: l_xml_flag varchar2(1) := 'N';

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

2818: l_xmlsetup varchar2(1) := 'N';
2819: l_docnum po_headers_all.segment1%type;
2820: l_preparer_id po_headers.agent_id%type;
2821: l_default_method PO_VENDOR_SITES.SUPPLIER_NOTIF_METHOD%TYPE := null;
2822: l_email_address po_vendor_sites.email_Address%type := null;
2823: l_fax_number varchar2(30) := null; --Changed as part of Bug 5765243
2824: l_document_num po_headers.segment1%type;
2825: l_xml_flag varchar2(1) := 'N';
2826: l_email_flag varchar2(1) := 'N';

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,