DBA Data[Home] [Help]

APPS.PSB_WORKSHEET dependencies on PSB_CONSTRAINT_ASSIGNMENTS_V

Line 260: from PSB_CONSTRAINT_ASSIGNMENTS_V

256:
257: cursor c_cs1 is
258: select Count(*) count_cs1,
259: Max(last_update_date) lud_cs1
260: from PSB_CONSTRAINT_ASSIGNMENTS_V
261: where constraint_set_id = p_constraint_set_id;
262:
263: cursor c_cs2 is
264: select Count(*) count_cs2,

Line 269: from PSB_CONSTRAINT_ASSIGNMENTS_V

265: Max(last_update_date) lud_cs2
266: from PSB_SET_RELATIONS
267: where constraint_id in
268: (select constraint_id
269: from PSB_CONSTRAINT_ASSIGNMENTS_V
270: where constraint_set_id = p_constraint_set_id);
271:
272: cursor c_ar1 is
273: select Count(*) count_ar1,