DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on FND_PROFILE

Line 342: , p_buyer_id => to_number(FND_PROFILE.VALUE('user_id')) -- IN

338: , p_document_type => x_negotiation_type -- -- IN
339: , p_contract_type => p_neg_outcome -- IN
340: , p_origination_code => 'REQUISITION' -- IN
341: , p_org_id => x_org_id -- IN
342: , p_buyer_id => to_number(FND_PROFILE.VALUE('user_id')) -- IN
343: --
344: , p_neg_style_id => p_neg_style_id -- -- IN
345: , p_po_style_id => p_outcome_style_id -- -- IN
346: --

Line 699: , p_buyer_id => to_number(FND_PROFILE.VALUE('user_id'))

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
699: , p_buyer_id => to_number(FND_PROFILE.VALUE('user_id'))
700: , p_grouping_type => x_grouping_method
701: , p_requisition_header_id => x_req_header_id
702: , p_requisition_number => x_req_num
703: , p_requisition_line_id => x_req_line_id

Line 742: last_updated_by = to_number(FND_PROFILE.VALUE('user_id')),

738: auction_line_number = x_negotiation_line_num,
739: at_sourcing_flag = 'Y', --
740: reqs_in_pool_flag = NULL, --
741: last_update_date = sysdate,
742: last_updated_by = to_number(FND_PROFILE.VALUE('user_id')),
743: last_update_login = to_number(FND_PROFILE.VALUE('user_id'))
744: where requisition_line_id = x_req_line_id; --5841426
745:
746: exception

Line 743: last_update_login = to_number(FND_PROFILE.VALUE('user_id'))

739: at_sourcing_flag = 'Y', --
740: reqs_in_pool_flag = NULL, --
741: last_update_date = sysdate,
742: last_updated_by = to_number(FND_PROFILE.VALUE('user_id')),
743: last_update_login = to_number(FND_PROFILE.VALUE('user_id'))
744: where requisition_line_id = x_req_line_id; --5841426
745:
746: exception
747: when others then

Line 764: , p_buyer_id => FND_PROFILE.value('user_id')

760: , p_line_number => x_negotiation_line_num
761: , p_shipment_number => -1
762: , p_price_type => l_price_diff_rec.price_type
763: , p_multiplier => l_price_diff_rec.min_multiplier
764: , p_buyer_id => FND_PROFILE.value('user_id')
765: , p_price_differential_number => l_price_diff_rec.price_differential_num
766: , p_result => api_result
767: , p_error_code => api_error_code
768: , p_error_message => api_error_msg

Line 813: , p_buyer_id => to_number(FND_PROFILE.VALUE('user_id')) -- 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
812: , p_document_number => x_negotiation_id -- IN
813: , p_buyer_id => to_number(FND_PROFILE.VALUE('user_id')) -- IN
814: );
815:
816: if l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
817: x_progress := '020';