DBA Data[Home] [Help]

APPS.PA_PROJ_ACCUM_MAIN dependencies on PA_ACCUM_SRW

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

1447:
1448: -- Get the summary number from database tables to
1449: -- PL/SQL table
1450:
1451: table_index := Pa_Accum_Srw.number_of_projects + 1 ;
1452: Pa_Accum_Srw.get_project_summary_numbers
1453: (x_proj_level_accum_id,
1454: 'PRE',
1455: table_index,

Line 1452: Pa_Accum_Srw.get_project_summary_numbers

1448: -- Get the summary number from database tables to
1449: -- PL/SQL table
1450:
1451: table_index := Pa_Accum_Srw.number_of_projects + 1 ;
1452: Pa_Accum_Srw.get_project_summary_numbers
1453: (x_proj_level_accum_id,
1454: 'PRE',
1455: table_index,
1456: x_err_stack,

Line 1460: Pa_Accum_Srw.get_project_budget_numbers

1456: x_err_stack,
1457: x_err_stage,
1458: x_err_code) ;
1459: -- Get project Budgets
1460: Pa_Accum_Srw.get_project_budget_numbers
1461: (x_proj_level_accum_id,
1462: 'PRE',
1463: x_err_stack,
1464: x_err_stage,

Line 1907: Pa_Accum_Srw.get_project_summary_numbers

1903:
1904: IF x_log_summ_mode = 'Y' THEN
1905: x_PrjSumStart := SYSDATE; /* Start time for Summary */
1906: END IF;
1907: Pa_Accum_Srw.get_project_summary_numbers
1908: (x_proj_level_accum_id,
1909: 'POST',
1910: table_index,
1911: x_err_stack,

Line 1915: Pa_Accum_Srw.number_of_projects := table_index ;

1911: x_err_stack,
1912: x_err_stage,
1913: x_err_code) ;
1914:
1915: Pa_Accum_Srw.number_of_projects := table_index ;
1916:
1917: Pa_Accum_Srw.get_project_budget_numbers
1918: (x_proj_level_accum_id,
1919: 'POST',

Line 1917: Pa_Accum_Srw.get_project_budget_numbers

1913: x_err_code) ;
1914:
1915: Pa_Accum_Srw.number_of_projects := table_index ;
1916:
1917: Pa_Accum_Srw.get_project_budget_numbers
1918: (x_proj_level_accum_id,
1919: 'POST',
1920: x_err_stack,
1921: x_err_stage,

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

2224: x_err_code);
2225:
2226: -- Get the summary number from database tables to PL/SQL table
2227:
2228: table_index := Pa_Accum_Srw.number_of_projects + 1;
2229:
2230: Pa_Accum_Srw.get_project_summary_numbers
2231: (x_proj_level_accum_id,
2232: 'PRE',

Line 2230: Pa_Accum_Srw.get_project_summary_numbers

2226: -- Get the summary number from database tables to PL/SQL table
2227:
2228: table_index := Pa_Accum_Srw.number_of_projects + 1;
2229:
2230: Pa_Accum_Srw.get_project_summary_numbers
2231: (x_proj_level_accum_id,
2232: 'PRE',
2233: table_index,
2234: x_err_stack,

Line 2239: Pa_Accum_Srw.get_project_budget_numbers

2235: x_err_stage,
2236: x_err_code);
2237:
2238: -- Get project Budgets
2239: Pa_Accum_Srw.get_project_budget_numbers
2240: (x_proj_level_accum_id,
2241: 'PRE',
2242: x_err_stack,
2243: x_err_stage,

Line 2567: Pa_Accum_Srw.get_project_summary_numbers

2563: END IF;
2564:
2565: -- Get the summary number from database tables to PL/SQL table
2566:
2567: Pa_Accum_Srw.get_project_summary_numbers
2568: (x_proj_level_accum_id,
2569: 'POST',
2570: table_index,
2571: x_err_stack,

Line 2578: Pa_Accum_Srw.number_of_projects := table_index;

2574: IF x_log_summ_mode = 'Y' THEN
2575: x_PrjSumEnd := SYSDATE; /* End time for Summary */
2576: END IF;
2577:
2578: Pa_Accum_Srw.number_of_projects := table_index;
2579:
2580: Pa_Accum_Srw.get_project_budget_numbers
2581: (x_proj_level_accum_id,
2582: 'POST',

Line 2580: Pa_Accum_Srw.get_project_budget_numbers

2576: END IF;
2577:
2578: Pa_Accum_Srw.number_of_projects := table_index;
2579:
2580: Pa_Accum_Srw.get_project_budget_numbers
2581: (x_proj_level_accum_id,
2582: 'POST',
2583: x_err_stack,
2584: x_err_stage,

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

3247: x_err_code);
3248:
3249: -- Get the summary number from database tables to PL/SQL table
3250:
3251: table_index := Pa_Accum_Srw.number_of_projects + 1;
3252:
3253: Pa_Accum_Srw.get_project_txn_numbers
3254: (projrec.project_id, --- project Id
3255: 'PRE',

Line 3253: Pa_Accum_Srw.get_project_txn_numbers

3249: -- Get the summary number from database tables to PL/SQL table
3250:
3251: table_index := Pa_Accum_Srw.number_of_projects + 1;
3252:
3253: Pa_Accum_Srw.get_project_txn_numbers
3254: (projrec.project_id, --- project Id
3255: 'PRE',
3256: table_index,
3257: x_err_stack,

Line 3415: Pa_Accum_Srw.get_project_txn_numbers

3411: x_err_stage,
3412: x_err_code);
3413:
3414: -- get the summary number post processing
3415: Pa_Accum_Srw.get_project_txn_numbers
3416: (projrec.project_id, --- project Id
3417: 'POST',
3418: table_index,
3419: x_err_stack,

Line 3423: Pa_Accum_Srw.number_of_projects := table_index;

3419: x_err_stack,
3420: x_err_stage,
3421: x_err_code);
3422:
3423: Pa_Accum_Srw.number_of_projects := table_index;
3424:
3425: <>
3426:
3427: -- Check if the reporting period was moved backwards