DBA Data[Home] [Help]

APPS.AHL_LTP_MATERIALS_GRP dependencies on WIP_DISCRETE_JOBS

Line 79: FROM wip_discrete_jobs

75:
76: -- To fetch the Workorder schedule start date for the given wip entity id
77: CURSOR get_scheduled_start_date (c_wip_entity_id IN NUMBER) IS
78: SELECT scheduled_start_date
79: FROM wip_discrete_jobs
80: WHERE wip_entity_id= c_wip_entity_id;
81:
82: BEGIN
83: -- Standard start of API savepoint