DBA Data[Home] [Help]

APPS.PO_PA_INTEGRATION_GRP dependencies on STANDARD

Line 279: -- check if the price type is valid . skip the standard and fixed price types

275: return;
276: End;
277:
278:
279: -- check if the price type is valid . skip the standard and fixed price types
280: IF p_price_type not in ('FIXED PRICE','STANDARD') AND
281: not PO_PRICE_DIFFERENTIALS_PVT.is_price_type_enabled(p_price_type => p_price_type,
282: p_entity_type => 'PO LINE',
283: p_entity_id => p_po_line_id)

Line 280: IF p_price_type not in ('FIXED PRICE','STANDARD') AND

276: End;
277:
278:
279: -- check if the price type is valid . skip the standard and fixed price types
280: IF p_price_type not in ('FIXED PRICE','STANDARD') AND
281: not PO_PRICE_DIFFERENTIALS_PVT.is_price_type_enabled(p_price_type => p_price_type,
282: p_entity_type => 'PO LINE',
283: p_entity_id => p_po_line_id)
284: THEN