DBA Data[Home] [Help]

APPS.PSB_GL_BUDGET_PVT dependencies on PSB_SET_RELATIONS

Line 609: FROM psb_set_relations rel ,

605: c_code_combination_id psb_budget_accounts.code_combination_id%TYPE
606: )
607: IS
608: SELECT '1'
609: FROM psb_set_relations rel ,
610: psb_budget_accounts pba
611: WHERE rel.gl_budget_id = c_gl_budget_id
612: AND pba.account_position_set_id = rel.account_position_set_id
613: AND pba.code_combination_id = c_code_combination_id ;