DBA Data[Home] [Help]

APPS.PA_PROJ_STRUCTURE_UTILS dependencies on PA_FIN_PLAN_UTILS2

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

363:
364: BEGIN
365:
366: -- Bug Fix 5611909.
367: -- Caching the budget_version id and passing it to the PA_FIN_PLAN_UTILS2.Get_WbsBdgtLineRejns.
368: -- Get the budget_version_id from the db for the following conditions.
369: -- 1) This API is called for the first time. Both globals are NULL.
370: -- 2) This API is called for a different project id other than the global project id.
371:

Line 386: PA_FIN_PLAN_UTILS2.Get_WbsBdgtLineRejns

382: set_budget_version_id_global(p_project_id,l_budget_version_id);
383:
384: END IF;
385:
386: PA_FIN_PLAN_UTILS2.Get_WbsBdgtLineRejns
387: (p_project_id => p_project_id,
388: p_calling_mode => p_calling_mode,
389: p_proj_str_version_id => p_proj_str_version_id,
390: p_Task_str_version_id => p_Task_str_version_id,