DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on OE_SCHEDULE_UTIL

Line 1708: l_order_date_type_code := NVL(OE_SCHEDULE_UTIL.Get_Date_Type(

1704: END IF;
1705:
1706: -- Added Code for Enhanced Project Validation and Controls.
1707:
1708: l_order_date_type_code := NVL(OE_SCHEDULE_UTIL.Get_Date_Type(
1709: p_line_rec.header_id), 'SHIP');
1710:
1711:
1712: IF l_order_date_type_code = 'SHIP' THEN