DBA Data[Home] [Help]

APPS.FLM_TIMEZONE dependencies on WIP_LINES

Line 62: FROM wip_lines

58: IF p_org_id IS NOT NULL THEN
59:
60: SELECT start_time
61: INTO l_start_time
62: FROM wip_lines
63: WHERE organization_id = p_org_id
64: AND (disable_date IS NULL
65: OR disable_date > Sysdate)
66: AND ROWNUM=1