DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_VENDOR_SITES_SV

Line 5474: PO_VENDOR_SITES_SV.Get_Transmission_Defaults(

5470: if (x_auto_approve_doc = 'Y' AND l_return_status = FND_API.G_RET_STS_SUCCESS) then --
5471:
5472: --Start of code changes for the bug 14243104 fix
5473: l_preparer_id := NULL;
5474: PO_VENDOR_SITES_SV.Get_Transmission_Defaults(
5475: p_document_id => l_document_id,
5476: p_document_type => l_doc_type,
5477: p_document_subtype => l_doc_subtype,
5478: p_preparer_id => l_preparer_id,

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

5664: * Deleted the code which gets teh preparer_id if it is null since
5665: * x_preparer_id will be derived in get_transmission_defaults if
5666: * this is null. Also deleted the code which gets the default supplier
5667: * communication method from po_vendor_site and now call
5668: * PO_VENDOR_SITES_SV.Get_Transmission_Defaults which does this now.
5669: * Also deleted the code which defaults item_type, item_key from
5670: * po_document_types as this is done now in start_wf_process.
5671: */
5672:

Line 5765: PO_VENDOR_SITES_SV.Get_Transmission_Defaults(

5761: else
5762: /* bug 4638656 - end */
5763:
5764:
5765: PO_VENDOR_SITES_SV.Get_Transmission_Defaults(
5766: p_document_id => x_doc_id,
5767: p_document_type => x_doc_type,
5768: p_document_subtype => x_doc_subtype,
5769: p_preparer_id => x_preparer_id,