DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_OE_PRICING_AVAILABILITY

Line 9983: IF OE_OE_PRICING_AVAILABILITY.IS_PRICING_AVAILIBILITY = 'N' THEN

9979: -- Show Error message if appropriate context value is not passed
9980: -- from the Process Order Call and if the Context field is required
9981: -- and context is not defaulted by the flex api.
9982:
9983: IF OE_OE_PRICING_AVAILABILITY.IS_PRICING_AVAILIBILITY = 'N' THEN
9984: FND_MESSAGE.SET_NAME('FND', 'ONT_CONTEXT_NOT_FOUND');
9985: OE_MSG_PUB.ADD;
9986: IF l_debug_level > 0 THEN
9987: oe_debug_pub.add('desc_flex Context Not set for OE_LINE_ATTRIBUTES DFF ') ;