DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on OE_SCHEDULE_UTIL

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

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