DBA Data[Home] [Help]

APPS.GMS_BUDGET_CORE dependencies on PA_BUDGET_TYPES

Line 2237: from gms_budget_versions b, pa_budget_types t

2233: -- end of modifications for bug 1831151
2234:
2235: cursor get_budget_amount_code is
2236: select budget_amount_code
2237: from gms_budget_versions b, pa_budget_types t
2238: where b.budget_version_id = x_version_id
2239: and b.budget_type_code = t.budget_type_code;
2240:
2241: -- required to fetch the budget line details reqd. to delete a budget line.