DBA Data[Home] [Help]

APPS.PA_PROJ_ACCUM_MAIN dependencies on PA_ACCUM_SRW

Line 1494: table_index := Pa_Accum_Srw.number_of_projects + 1 ;

1490:
1491: -- Get the summary number from database tables to
1492: -- PL/SQL table
1493:
1494: table_index := Pa_Accum_Srw.number_of_projects + 1 ;
1495: Pa_Accum_Srw.get_project_summary_numbers
1496: (x_proj_level_accum_id,
1497: 'PRE',
1498: table_index,

Line 1495: Pa_Accum_Srw.get_project_summary_numbers

1491: -- Get the summary number from database tables to
1492: -- PL/SQL table
1493:
1494: table_index := Pa_Accum_Srw.number_of_projects + 1 ;
1495: Pa_Accum_Srw.get_project_summary_numbers
1496: (x_proj_level_accum_id,
1497: 'PRE',
1498: table_index,
1499: x_err_stack,

Line 1503: Pa_Accum_Srw.get_project_budget_numbers

1499: x_err_stack,
1500: x_err_stage,
1501: x_err_code) ;
1502: -- Get project Budgets
1503: Pa_Accum_Srw.get_project_budget_numbers
1504: (x_proj_level_accum_id,
1505: 'PRE',
1506: x_err_stack,
1507: x_err_stage,

Line 1950: Pa_Accum_Srw.get_project_summary_numbers

1946:
1947: IF x_log_summ_mode = 'Y' THEN
1948: x_PrjSumStart := SYSDATE; /* Start time for Summary */
1949: END IF;
1950: Pa_Accum_Srw.get_project_summary_numbers
1951: (x_proj_level_accum_id,
1952: 'POST',
1953: table_index,
1954: x_err_stack,

Line 1958: Pa_Accum_Srw.number_of_projects := table_index ;

1954: x_err_stack,
1955: x_err_stage,
1956: x_err_code) ;
1957:
1958: Pa_Accum_Srw.number_of_projects := table_index ;
1959:
1960: Pa_Accum_Srw.get_project_budget_numbers
1961: (x_proj_level_accum_id,
1962: 'POST',

Line 1960: Pa_Accum_Srw.get_project_budget_numbers

1956: x_err_code) ;
1957:
1958: Pa_Accum_Srw.number_of_projects := table_index ;
1959:
1960: Pa_Accum_Srw.get_project_budget_numbers
1961: (x_proj_level_accum_id,
1962: 'POST',
1963: x_err_stack,
1964: x_err_stage,

Line 2291: table_index := Pa_Accum_Srw.number_of_projects + 1;

2287: x_err_code);
2288:
2289: -- Get the summary number from database tables to PL/SQL table
2290:
2291: table_index := Pa_Accum_Srw.number_of_projects + 1;
2292:
2293: Pa_Accum_Srw.get_project_summary_numbers
2294: (x_proj_level_accum_id,
2295: 'PRE',

Line 2293: Pa_Accum_Srw.get_project_summary_numbers

2289: -- Get the summary number from database tables to PL/SQL table
2290:
2291: table_index := Pa_Accum_Srw.number_of_projects + 1;
2292:
2293: Pa_Accum_Srw.get_project_summary_numbers
2294: (x_proj_level_accum_id,
2295: 'PRE',
2296: table_index,
2297: x_err_stack,

Line 2302: Pa_Accum_Srw.get_project_budget_numbers

2298: x_err_stage,
2299: x_err_code);
2300:
2301: -- Get project Budgets
2302: Pa_Accum_Srw.get_project_budget_numbers
2303: (x_proj_level_accum_id,
2304: 'PRE',
2305: x_err_stack,
2306: x_err_stage,

Line 2630: Pa_Accum_Srw.get_project_summary_numbers

2626: END IF;
2627:
2628: -- Get the summary number from database tables to PL/SQL table
2629:
2630: Pa_Accum_Srw.get_project_summary_numbers
2631: (x_proj_level_accum_id,
2632: 'POST',
2633: table_index,
2634: x_err_stack,

Line 2641: Pa_Accum_Srw.number_of_projects := table_index;

2637: IF x_log_summ_mode = 'Y' THEN
2638: x_PrjSumEnd := SYSDATE; /* End time for Summary */
2639: END IF;
2640:
2641: Pa_Accum_Srw.number_of_projects := table_index;
2642:
2643: Pa_Accum_Srw.get_project_budget_numbers
2644: (x_proj_level_accum_id,
2645: 'POST',

Line 2643: Pa_Accum_Srw.get_project_budget_numbers

2639: END IF;
2640:
2641: Pa_Accum_Srw.number_of_projects := table_index;
2642:
2643: Pa_Accum_Srw.get_project_budget_numbers
2644: (x_proj_level_accum_id,
2645: 'POST',
2646: x_err_stack,
2647: x_err_stage,

Line 3314: table_index := Pa_Accum_Srw.number_of_projects + 1;

3310: x_err_code);
3311:
3312: -- Get the summary number from database tables to PL/SQL table
3313:
3314: table_index := Pa_Accum_Srw.number_of_projects + 1;
3315:
3316: Pa_Accum_Srw.get_project_txn_numbers
3317: (projrec.project_id, --- project Id
3318: 'PRE',

Line 3316: Pa_Accum_Srw.get_project_txn_numbers

3312: -- Get the summary number from database tables to PL/SQL table
3313:
3314: table_index := Pa_Accum_Srw.number_of_projects + 1;
3315:
3316: Pa_Accum_Srw.get_project_txn_numbers
3317: (projrec.project_id, --- project Id
3318: 'PRE',
3319: table_index,
3320: x_err_stack,

Line 3478: Pa_Accum_Srw.get_project_txn_numbers

3474: x_err_stage,
3475: x_err_code);
3476:
3477: -- get the summary number post processing
3478: Pa_Accum_Srw.get_project_txn_numbers
3479: (projrec.project_id, --- project Id
3480: 'POST',
3481: table_index,
3482: x_err_stack,

Line 3486: Pa_Accum_Srw.number_of_projects := table_index;

3482: x_err_stack,
3483: x_err_stage,
3484: x_err_code);
3485:
3486: Pa_Accum_Srw.number_of_projects := table_index;
3487:
3488: <>
3489:
3490: -- Check if the reporting period was moved backwards