DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on ENG_CHANGE_LINES

Line 210: FROM eng_change_lines l,

206: l_implement_header := 'T';
207: -- check if there are any pending mandatory tasks in the ECO
208: SELECT count(1)
209: INTO l_mandatory_task_count
210: FROM eng_change_lines l,
211: eng_change_statuses s
212: WHERE l.change_id = p_change_id
213: AND s.status_code = l.status_code
214: AND l.complete_before_status_code IS NOT NULL