DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_POSTPROC_PVT dependencies on PO_NEGOTIATIONS_SV2

Line 1271: l_who_rec po_negotiations_sv2.who_rec_type;

1267: WHERE plli.line_location_id <> p_line_location_id
1268: AND plli.interface_line_id = p_intf_line_id;
1269:
1270: l_job_long_description po_requisition_lines_all.job_long_description%TYPE;
1271: l_who_rec po_negotiations_sv2.who_rec_type;
1272: x_requisition_header_id NUMBER;
1273: x_column1 VARCHAR2 (10);
1274: l_pk2 VARCHAR2 (30);
1275: --The following flag indicates whether copying the attachments from (all)the

Line 1305: po_negotiations_sv2.copy_attachments ('PON_AUCTION_HEADERS_ALL',

1301: -- Copying Sourcing Header Level attachment to PO header
1302: IF po_autocreate_params.g_interface_source_code = 'SOURCING'
1303: THEN
1304: -- copy attachments from negotiation header to blanket header
1305: po_negotiations_sv2.copy_attachments ('PON_AUCTION_HEADERS_ALL',
1306: x_auction_header_id,
1307: NULL,
1308: NULL,
1309: NULL,

Line 1333: po_negotiations_sv2.add_attch_dynamic

1329: THEN
1330: l_progress := '006';
1331: -- build and attach negotiation header notes as to supplier attachments
1332: -- on po/blanket header.
1333: po_negotiations_sv2.add_attch_dynamic
1334: ('PON_AUC_SUPPLIER_HEADER_NOTES',
1335: c_copy_header_attachment_rec.auction_header_id,
1336: c_copy_header_attachment_rec.auction_line_number,
1337: c_copy_header_attachment_rec.bid_number,

Line 1349: po_negotiations_sv2.add_attch_dynamic

1345: NULL
1346: );
1347: l_progress := '007';
1348: -- Attach negotiation/bid header attributes as to supplier attachment on po/blanket header
1349: po_negotiations_sv2.add_attch_dynamic
1350: ('PON_BID_HEADER_ATTRIBUTES',
1351: c_copy_header_attachment_rec.auction_header_id,
1352: NULL,
1353: c_copy_header_attachment_rec.bid_number,

Line 1423: po_negotiations_sv2.convert_text_to_attachment

1419: l_who_rec.last_update_date := intf_rec.last_update_date;
1420: l_progress := '040';
1421: -- Call Text-to-Attachment Conversion procedure
1422: --
1423: po_negotiations_sv2.convert_text_to_attachment
1424: (p_long_text => l_job_long_description,
1425: p_description => NULL,
1426: p_category_id => 33
1427: -- To Supplier

Line 1529: po_negotiations_sv2.handle_sourcing_attachments

1525: /*AND NVL (intf_rec.clm_info_flag, 'N') <> 'Y'*/ AND Nvl(intf_rec.shipment_type, 'NONE') <> 'PRICE BREAK'
1526: )
1527: THEN
1528: l_progress := '100';
1529: po_negotiations_sv2.handle_sourcing_attachments
1530: (intf_rec.auction_header_id,
1531: intf_rec.auction_line_number,
1532: intf_rec.bid_number,
1533: intf_rec.bid_line_number,

Line 1655: po_negotiations_sv2.copy_sourcing_payitem_atts

1651: );
1652: END IF;
1653:
1654: l_progress := '160';
1655: po_negotiations_sv2.copy_sourcing_payitem_atts
1656: (p_line_location_id => c_payitem_rec.line_location_id,
1657: p_created_by => intf_rec.created_by,
1658: p_last_update_login => intf_rec.last_update_login,
1659: p_auction_header_id => intf_rec.auction_header_id,