DBA Data[Home] [Help]

APPS.FII_SIZING_UTIL dependencies on PA_CUST_EVENT_RDL_ALL

Line 14: FROM pa_cust_event_rdl_all

10: WHERE program_update_date BETWEEN p_from_date and p_to_date
11: and function_code NOT IN ('LRL','LRB','URL','URB')
12: UNION ALL
13: select count(*) cnt
14: FROM pa_cust_event_rdl_all
15: WHERE program_update_date BETWEEN p_from_date and p_to_date);
16: BEGIN
17: open c_cnt_rows;
18: fetch c_cnt_rows into p_num_rows;

Line 362: PA_CUST_EVENT_RDL_ALL RDL

358: AND rdl.function_code NOT IN ('LRL', 'LRB', 'URL', 'URB')
359: UNION ALL
360: SELECT count(*)
361: FROM
362: PA_CUST_EVENT_RDL_ALL RDL
363: WHERE rdl.creation_date between p_from_date and p_to_date
364: UNION ALL
365: select count(*)
366: FROM