[Home] [Help]
601: --
602: CURSOR l_find_ccid_csr
603: (
604: c_gl_budget_id psb_gl_budgets.gl_budget_id%TYPE ,
605: c_code_combination_id psb_budget_accounts.code_combination_id%TYPE
606: )
607: IS
608: SELECT '1'
609: FROM psb_set_relations rel ,
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 ;
614: --