DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_NEGOTIATIONS_SV2

Line 2073: po_negotiations_sv2.copy_attachments('PON_AUCTION_HEADERS_ALL',

2069: -- irrespective of doc type or subtype. Removing 'Blanket' check.
2070: if (g_interface_source_code ='SOURCING') then
2071:
2072: -- copy attachments from negotiation header to blanket header
2073: po_negotiations_sv2.copy_attachments('PON_AUCTION_HEADERS_ALL',
2074: interface.auction_header_id,
2075: null,
2076: null,
2077: null,

Line 2094: po_negotiations_sv2.add_attch_dynamic('PON_AUC_SUPPLIER_HEADER_NOTES' ,

2090: 'NEG');
2091:
2092: -- build and attach negotiation header notes as to supplier attachments
2093: -- on po/blanket header.
2094: po_negotiations_sv2.add_attch_dynamic('PON_AUC_SUPPLIER_HEADER_NOTES' ,
2095: interface.auction_header_id,
2096: interface.auction_line_number,
2097: interface.bid_number,
2098: interface.bid_line_number,

Line 2110: po_negotiations_sv2.add_attch_dynamic('PON_BID_HEADER_ATTRIBUTES' ,

2106:
2107: -- Bug# 3207840. build and attach negotiation/bid header
2108: -- attributes as to supplier attachment on po/blanket header
2109: -- from FPJ.
2110: po_negotiations_sv2.add_attch_dynamic('PON_BID_HEADER_ATTRIBUTES' ,
2111: interface.auction_header_id,
2112: NULL,
2113: interface.bid_number,
2114: NULL,

Line 2766: l_who_rec PO_NEGOTIATIONS_SV2.who_rec_type;

2762: l_one_time_att_doc_id fnd_attached_documents.attached_document_id%TYPE;
2763:
2764: --
2765: l_job_long_description PO_REQUISITION_LINES_ALL.job_long_description%TYPE;
2766: l_who_rec PO_NEGOTIATIONS_SV2.who_rec_type;
2767:
2768: l_return_status VARCHAR2(1);
2769:
2770: l_order_type_lookup_code PO_LINE_TYPES_B.order_type_lookup_code%TYPE;

Line 4783: PO_NEGOTIATIONS_SV2.convert_text_to_attachment

4779: l_progress := '630';
4780:
4781: -- Call Text-to-Attachment Conversion procedure
4782: --
4783: PO_NEGOTIATIONS_SV2.convert_text_to_attachment
4784: ( p_long_text => l_job_long_description
4785: , p_description => NULL
4786: , p_category_id => 33 -- To Supplier
4787: , p_to_entity_name => 'PO_LINES'

Line 4863: The new API po_negotiations_sv2.handle_sourcing_attachments would

4859: /* Copying the attachments functionaliy needs to work as following.
4860: when g_interface_source_code='SOURCING'
4861: 1.The existing fnd_attched_documents2_pkg.copy_attachments will not
4862: be copying any attachments.
4863: The new API po_negotiations_sv2.handle_sourcing_attachments would
4864: take care of the following.
4865: 2.Copy all the attachments from the negotiation line/header
4866: as supplier type attachment to this PO line. For a blanket,
4867: this would suppress all the attachments copied to negotiation

Line 4961: po_negotiations_sv2.handle_sourcing_attachments(

4957: end if;
4958: if interface.document_subtype in ('BLANKET','STANDARD') then
4959: l_progress:='720';
4960:
4961: po_negotiations_sv2.handle_sourcing_attachments(
4962: interface.auction_header_id,
4963: interface.auction_line_number,
4964: interface.bid_number,
4965: interface.bid_line_number,

Line 5066: PO_NEGOTIATIONS_SV2.copy_sourcing_payitem_atts(

5062: END IF;
5063: END IF; -- if l_line_loc_id_tbl(i) <> x_line_location_id
5064:
5065: -- Bug 4620207: pass more parameters
5066: PO_NEGOTIATIONS_SV2.copy_sourcing_payitem_atts(
5067: p_line_location_id => l_line_loc_id_tbl(i)
5068: , p_created_by => interface.created_by
5069: , p_last_update_login => interface.last_update_login
5070: , p_auction_header_id => interface.auction_header_id

Line 9684: po_negotiations_sv2.default_po_dist_interface(

9680: ELSE
9681:
9682: -- non-complex work po from sourcing
9683:
9684: po_negotiations_sv2.default_po_dist_interface(
9685: i.interface_header_id,
9686: i.interface_line_id,
9687: i.item_id,
9688: i.category_id,