DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_AUCTION_INTERFACE_PKG

Line 336: PON_AUCTION_INTERFACE_PKG.create_draft_negotiation

332: /* Call the sourcing Header API to create the draft negotiation */
333: /* Adding parameter p_neg_outcome - RENEG BLANKET FPI */
334: -- Changed API call to use binding parameters.
335: x_progress := '001';
336: PON_AUCTION_INTERFACE_PKG.create_draft_negotiation
337: ( p_document_title => null -- IN
338: , p_document_type => x_negotiation_type -- -- IN
339: , p_contract_type => p_neg_outcome -- IN
340: , p_origination_code => 'REQUISITION' -- IN

Line 694: PON_AUCTION_INTERFACE_PKG.add_negotiation_line

690:
691: /* call the sourcing api to add the requisition lines to the above negotiation */
692: /* Adding parameter p_neg_outcome - RENEG BLANKET FPI */
693: x_progress := '007';
694: PON_AUCTION_INTERFACE_PKG.add_negotiation_line
695: ( p_document_number => x_negotiation_id
696: , p_contract_type => p_neg_outcome
697: , p_origination_code => 'REQUISITION'
698: , p_org_id => x_org_id

Line 758: PON_AUCTION_INTERFACE_PKG.add_price_differential

754: IF ( l_has_price_diff_flag = 'Y' ) THEN
755:
756: FOR l_price_diff_rec IN l_price_diff_csr(x_req_line_id) LOOP --Bug5841426
757:
758: PON_AUCTION_INTERFACE_PKG.add_price_differential
759: ( p_document_number => x_negotiation_id
760: , p_line_number => x_negotiation_line_num
761: , p_shipment_number => -1
762: , p_price_type => l_price_diff_rec.price_type

Line 807: PON_AUCTION_INTERFACE_PKG.add_negotiation_invitees

803:
804: x_progress := '010';
805:
806: --
807: PON_AUCTION_INTERFACE_PKG.add_negotiation_invitees
808: ( p_api_version => 1.0 -- IN
809: , x_return_status => l_return_status -- OUT
810: , x_msg_count => l_msg_count -- OUT
811: , x_msg_data => l_msg_data -- OUT

Line 828: PON_AUCTION_INTERFACE_PKG.add_catalog_descriptors

824: end if;
825: --
826:
827: --
828: PON_AUCTION_INTERFACE_PKG.add_catalog_descriptors
829: ( p_api_version => 1.0
830: , p_document_number => x_negotiation_id
831: , x_return_status => l_return_status
832: , x_msg_count => l_msg_count