DBA Data[Home] [Help]

APPS.BIM_FIRST_LOAD_FACTS dependencies on BIM_REP_HISTORY

Line 19: from bim_rep_history

15: p_proc_num IN NUMBER DEFAULT 8
16: ) IS
17: cursor max_log_date IS
18: select TRUNC(max(object_last_updated_date))
19: from bim_rep_history
20: where object='DATES';
21: v_error_code NUMBER;
22: v_error_text VARCHAR2(1500);
23: l_start_date DATE;