DBA Data[Home] [Help]

APPS.BOMCUMYD dependencies on WIP_LINES

Line 250: from wip_lines where line_id = Flow_Line_Id

246: ELSE
247: IF v_Lead_Time_Profile_Val = 'LHR' THEN /**--Prfoile option is Line hrs-- **/
248: /**Get the line hours using LINE_ID**/
249: Select (STOP_TIME - START_TIME) into l_line_Seconds
250: from wip_lines where line_id = Flow_Line_Id
251: and ORGANIZATION_ID = org_id;
252:
253: l_line_hours := l_line_Seconds/3600;
254: