DBA Data[Home] [Help]

APPS.FII_PA_REVENUE_F_C dependencies on PA_CUST_REV_DIST_LINES_ALL

Line 487: FROM pa_cust_rev_dist_lines_all

483: )
484: SELECT
485: expenditure_item_id,
486: line_num
487: FROM pa_cust_rev_dist_lines_all
488: WHERE program_update_date BETWEEN g_push_date_range1 and g_push_date_range2
489: and function_code NOT IN ('LRL','LRB','URL','URB');
490:
491: if g_debug_flag = 'Y' then