DBA Data[Home] [Help]

APPS.FII_PA_BUDGET_F_C dependencies on PA_BUDGET_LINES

Line 461: pa_budget_lines

457: RESOURCE_ASSIGNMENT_ID,
458: START_DATE,
459: p_conversion_date
460: FROM
461: pa_budget_lines
462: WHERE
463: last_update_date BETWEEN g_push_date_range1 and g_push_date_range2;
464:
465: if g_debug_flag = 'Y' then

Line 586: -- 2. Identify Changed records int the PA_BUDGET_LINES table

582: fii_util.print_timer('Process Time');
583: end if;
584:
585: -- --------------------------------------------------------
586: -- 2. Identify Changed records int the PA_BUDGET_LINES table
587: -- --------------------------------------------------------
588:
589: if g_debug_flag = 'Y' then
590: edw_log.put_line(' ');