DBA Data[Home] [Help]

APPS.BOMCUMYD dependencies on WIP_LINES

Line 208: from wip_lines where line_id = Flow_Line_Id

204: ELSE
205: IF v_Lead_Time_Profile_Val = 'LHR' THEN /**--Prfoile option is Line hrs-- **/
206: /**Get the line hours using LINE_ID**/
207: Select (STOP_TIME - START_TIME) into l_line_Seconds
208: from wip_lines where line_id = Flow_Line_Id
209: and ORGANIZATION_ID = org_id;
210:
211: l_line_hours := l_line_Seconds/3600;
212: