[Home] [Help]
APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_CONSTRAINT_SETS_V
Line 752: from PSB_CONSTRAINT_SETS_V
748: and a.budget_group_id = b.budget_group_id);
749:
750: cursor c_constraint_set is
751: select name, constraint_threshold
752: from PSB_CONSTRAINT_SETS_V
753: where constraint_set_id = g_constraint_set_id;
754:
755: begin
756: