DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_NEGOTIATIONS_SV2

Line 2397: po_negotiations_sv2.copy_attachments('PON_AUCTION_HEADERS_ALL',

2393: -- irrespective of doc type or subtype. Removing 'Blanket' check.
2394: if (g_interface_source_code ='SOURCING') then
2395:
2396: -- copy attachments from negotiation header to blanket header
2397: po_negotiations_sv2.copy_attachments('PON_AUCTION_HEADERS_ALL',
2398: interface.auction_header_id,
2399: null,
2400: null,
2401: null,

Line 2418: po_negotiations_sv2.add_attch_dynamic('PON_AUC_SUPPLIER_HEADER_NOTES' ,

2414: 'NEG');
2415:
2416: -- build and attach negotiation header notes as to supplier attachments
2417: -- on po/blanket header.
2418: po_negotiations_sv2.add_attch_dynamic('PON_AUC_SUPPLIER_HEADER_NOTES' ,
2419: interface.auction_header_id,
2420: interface.auction_line_number,
2421: interface.bid_number,
2422: interface.bid_line_number,

Line 2434: po_negotiations_sv2.add_attch_dynamic('PON_BID_HEADER_ATTRIBUTES' ,

2430:
2431: -- Bug# 3207840. build and attach negotiation/bid header
2432: -- attributes as to supplier attachment on po/blanket header
2433: -- from FPJ.
2434: po_negotiations_sv2.add_attch_dynamic('PON_BID_HEADER_ATTRIBUTES' ,
2435: interface.auction_header_id,
2436: NULL,
2437: interface.bid_number,
2438: NULL,

Line 3103: l_who_rec PO_NEGOTIATIONS_SV2.who_rec_type;

3099: l_one_time_att_doc_id fnd_attached_documents.attached_document_id%TYPE;
3100:
3101: --
3102: l_job_long_description PO_REQUISITION_LINES_ALL.job_long_description%TYPE;
3103: l_who_rec PO_NEGOTIATIONS_SV2.who_rec_type;
3104:
3105: l_return_status VARCHAR2(1);
3106:
3107: l_order_type_lookup_code PO_LINE_TYPES_B.order_type_lookup_code%TYPE;

Line 5243: PO_NEGOTIATIONS_SV2.convert_text_to_attachment

5239: l_progress := '630';
5240:
5241: -- Call Text-to-Attachment Conversion procedure
5242: --
5243: PO_NEGOTIATIONS_SV2.convert_text_to_attachment
5244: ( p_long_text => l_job_long_description
5245: , p_description => NULL
5246: , p_category_id => 33 -- To Supplier
5247: , p_to_entity_name => 'PO_LINES'

Line 5323: The new API po_negotiations_sv2.handle_sourcing_attachments would

5319: /* Copying the attachments functionaliy needs to work as following.
5320: when g_interface_source_code='SOURCING'
5321: 1.The existing fnd_attched_documents2_pkg.copy_attachments will not
5322: be copying any attachments.
5323: The new API po_negotiations_sv2.handle_sourcing_attachments would
5324: take care of the following.
5325: 2.Copy all the attachments from the negotiation line/header
5326: as supplier type attachment to this PO line. For a blanket,
5327: this would suppress all the attachments copied to negotiation

Line 5421: po_negotiations_sv2.handle_sourcing_attachments(

5417: end if;
5418: if interface.document_subtype in ('BLANKET','STANDARD') then
5419: l_progress:='720';
5420:
5421: po_negotiations_sv2.handle_sourcing_attachments(
5422: interface.auction_header_id,
5423: interface.auction_line_number,
5424: interface.bid_number,
5425: interface.bid_line_number,

Line 5526: PO_NEGOTIATIONS_SV2.copy_sourcing_payitem_atts(

5522: END IF;
5523: END IF; -- if l_line_loc_id_tbl(i) <> x_line_location_id
5524:
5525: -- Bug 4620207: pass more parameters
5526: PO_NEGOTIATIONS_SV2.copy_sourcing_payitem_atts(
5527: p_line_location_id => l_line_loc_id_tbl(i)
5528: , p_created_by => interface.created_by
5529: , p_last_update_login => interface.last_update_login
5530: , p_auction_header_id => interface.auction_header_id

Line 10314: po_negotiations_sv2.default_po_dist_interface(

10310: ELSE
10311:
10312: -- non-complex work po from sourcing
10313:
10314: po_negotiations_sv2.default_po_dist_interface(
10315: i.interface_header_id,
10316: i.interface_line_id,
10317: i.item_id,
10318: i.category_id,