DBA Data[Home] [Help]

APPS.GMS_PA_COSTING_PKG dependencies on PA_TASKS

Line 456: l_old_task_id pa_tasks.task_id%TYPE;

452:
453: --REL12 : AP lines uptake enhancement : Added below variables
454: l_old_award_id gms_awards_all.award_id%TYPE;
455: l_old_project_id pa_projects_all.project_id%TYPE;
456: l_old_task_id pa_tasks.task_id%TYPE;
457: l_bud_task_id gms_bc_packets.bud_task_id%TYPE;
458: l_adj_ei_populated VARCHAR2(1);
459:
460: -- Cash based accounting variables

Line 754: from pa_tasks

750: l_bud_task_id := null;
751:
752: select top_task_id
753: into l_top_task_id
754: from pa_tasks
755: where task_id = p_task_id;
756:
757: if l_entry_level_code = 'P' then
758: l_bud_task_id := 0;

Line 784: from pa_tasks

780: into l_bud_task_id
781: from gms_balances
782: where budget_version_id = l_budget_version_id
783: and task_id = (select top_task_id
784: from pa_tasks
785: where task_id = p_task_id)
786: and balance_type = 'BGT'
787: --Added the following conditions for Bug 4859071
788: and project_id = g_xface_rec.project_id