DBA Data[Home] [Help]

APPS.PA_PROJ_STRUCTURE_UTILS dependencies on PA_FIN_PLAN_UTILS2

Line 380: -- Caching the budget_version id and passing it to the PA_FIN_PLAN_UTILS2.Get_WbsBdgtLineRejns.

376:
377: BEGIN
378:
379: -- Bug Fix 5611909.
380: -- Caching the budget_version id and passing it to the PA_FIN_PLAN_UTILS2.Get_WbsBdgtLineRejns.
381: -- Get the budget_version_id from the db for the following conditions.
382: -- 1) This API is called for the first time. Both globals are NULL.
383: -- 2) This API is called for a different project id other than the global project id.
384:

Line 399: PA_FIN_PLAN_UTILS2.Get_WbsBdgtLineRejns

395: set_budget_version_id_global(p_project_id,l_budget_version_id);
396:
397: END IF;
398:
399: PA_FIN_PLAN_UTILS2.Get_WbsBdgtLineRejns
400: (p_project_id => p_project_id,
401: p_calling_mode => p_calling_mode,
402: p_proj_str_version_id => p_proj_str_version_id,
403: p_Task_str_version_id => p_Task_str_version_id,