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 785: from pa_tasks

781: l_bud_task_id := null;
782:
783: select top_task_id
784: into l_top_task_id
785: from pa_tasks
786: where task_id = p_task_id;
787:
788: if l_entry_level_code = 'P' then
789: l_bud_task_id := 0;

Line 815: from pa_tasks

811: into l_bud_task_id
812: from gms_balances
813: where budget_version_id = l_budget_version_id
814: and task_id = (select top_task_id
815: from pa_tasks
816: where task_id = p_task_id)
817: and balance_type = 'BGT'
818: --Added the following conditions for Bug 4859071
819: and project_id = g_xface_rec.project_id