DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_VENDOR_SITES_SV

Line 5287: * PO_VENDOR_SITES_SV.Get_Transmission_Defaults which does this now.

5283: * Deleted the code which gets teh preparer_id if it is null since
5284: * x_preparer_id will be derived in get_transmission_defaults if
5285: * this is null. Also deleted the code which gets the default supplier
5286: * communication method from po_vendor_site and now call
5287: * PO_VENDOR_SITES_SV.Get_Transmission_Defaults which does this now.
5288: * Also deleted the code which defaults item_type, item_key from
5289: * po_document_types as this is done now in start_wf_process.
5290: */
5291:

Line 5384: PO_VENDOR_SITES_SV.Get_Transmission_Defaults(

5380: else
5381: /* bug 4638656 - end */
5382:
5383:
5384: PO_VENDOR_SITES_SV.Get_Transmission_Defaults(
5385: p_document_id => x_doc_id,
5386: p_document_type => x_doc_type,
5387: p_document_subtype => x_doc_subtype,
5388: p_preparer_id => x_preparer_id,