DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_ORDER_IMPORT_MAIN_PVT

Line 4504: AND OE_ORDER_IMPORT_MAIN_PVT.G_CONTEXT_ID IS NULL --- validate only if not Order import Condition added for bug no 5493479

4500: --For Top Models, top_model_line_id and line_id are equal.
4501: --OR (p_line_rec.top_model_line_id <> p_line_rec.line_id
4502: OR (p_line_rec.top_model_line_id = p_line_rec.line_id
4503: AND p_line_rec.item_type_code = 'MODEL'))
4504: AND OE_ORDER_IMPORT_MAIN_PVT.G_CONTEXT_ID IS NULL --- validate only if not Order import Condition added for bug no 5493479
4505: THEN
4506:
4507: BEGIN
4508: SELECT 'N'