DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PO_PRICE_DIFFERENTIALS_PVT

Line 1026: IF ( PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials

1022: --
1023:
1024: -- Determine if this Requisition Line has Price Differentials.
1025: --
1026: IF ( PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials
1027: ( p_entity_type => 'REQ LINE'
1028: , p_entity_id => x_req_line_id) --Bug 5841426
1029: )
1030: THEN

Line 2890: IF ( PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials

2886: --
2887:
2888: -- Determine if this Requisition Line has Price Differentials.
2889: --
2890: IF ( PO_PRICE_DIFFERENTIALS_PVT.has_price_differentials
2891: ( p_entity_type => 'REQ LINE'
2892: , p_entity_id => x_req_line_id) --Bug 5841426
2893: )
2894: THEN