DBA Data[Home] [Help]

APPS.PSB_GL_INTERFACE_PVT dependencies on PSB_GL_BUDGET_SETS

Line 160: FROM PSB_GL_BUDGET_SETS

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:

Line 3178: FROM PSB_GL_BUDGET_SETS

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