DBA Data[Home] [Help]

APPS.GMS_PA_COSTING_PKG dependencies on GMS_BALANCES

Line 799: from gms_balances

795: else -- entry_level_code = 'M'
796: begin
797: select task_id
798: into g_xface_rec.bud_task_id
799: from gms_balances
800: where budget_version_id = l_budget_version_id
801: and task_id = p_task_id
802: and balance_type = 'BGT'
803: --Added the following conditions for Bug 4859071

Line 812: from gms_balances

808: when no_data_found then
809: begin
810: select task_id
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)