DBA Data[Home] [Help]

APPS.WIP_WICTPG dependencies on WIP_LINES

Line 91: wip_lines wl

87: 2, NULL) wip_entity_name ,
88: wl.line_code
89: from Wip_Purge_Temp tmp,
90: wip_entities we,
91: wip_lines wl
92: where tmp.group_id = c_group_id
93: and we.wip_entity_id = tmp.wip_entity_id
94: and wl.line_id (+) = tmp.line_id
95: and ((tmp.repetitive_schedule_id is NULL