DBA Data[Home] [Help]

APPS.PSB_BUDGET_GROUPS_PVT dependencies on GL_CODE_COMBINATIONS

Line 3608: from gl_code_combinations gcc

3604:
3605: /*For Bug No : 2255402 Start*/
3606: cursor c_Missing_Accounts IS
3607: select gcc.code_combination_id
3608: from gl_code_combinations gcc
3609: where gcc.chart_of_accounts_id = p_flex_code
3610: and gcc.detail_budgeting_allowed_flag = 'Y'
3611: and gcc.enabled_flag = 'Y'
3612: /*For Bug No : 2359795 Start*/