DBA Data[Home] [Help]

APPS.FII_PA_COST_F_C dependencies on PA_COST_DISTRIBUTION_LINES_ALL

Line 514: pa_cost_distribution_lines_all

510: SELECT
511: expenditure_item_id,
512: line_num
513: FROM
514: pa_cost_distribution_lines_all
515: WHERE
516: line_type = 'R'
517: AND program_update_date BETWEEN g_push_date_range1 and g_push_date_range2;
518:

Line 635: -- PA_COST_DISTRIBUTION_LINES_ALL table

631: end if;
632:
633: -- --------------------------------------------------------
634: -- 2. Identify Changed records in the
635: -- PA_COST_DISTRIBUTION_LINES_ALL table
636: -- --------------------------------------------------------
637:
638: -- note that IDENTIFY_CHANGE analyzes table and does implicit commit;
639: