[Home] [Help]
156:
157: CURSOR c_gl_budget_set
158: IS
159: SELECT gl_budget_set_id
160: FROM PSB_GL_BUDGET_SETS
161: WHERE set_of_books_id = p_set_of_books_id;
162:
163: BEGIN
164:
3174:
3175: CURSOR c_budgetset
3176: IS
3177: SELECT gl_budget_set_name
3178: FROM PSB_GL_BUDGET_SETS
3179: WHERE gl_budget_set_id = p_gl_budget_set_id;
3180:
3181: CURSOR c_revision
3182: IS