DBA Data[Home] [Help]

APPS.PSB_WORKSHEET dependencies on PSB_PARAMETER_ASSIGNMENTS_V

Line 245: from PSB_PARAMETER_ASSIGNMENTS_V

241:
242: cursor c_ps1 is
243: select Count(*) count_ps1,
244: Max(last_update_date) lud_ps1
245: from PSB_PARAMETER_ASSIGNMENTS_V
246: where parameter_set_id = p_parameter_set_id;
247:
248: cursor c_ps2 is
249: select Count(*) count_ps2,

Line 254: from PSB_PARAMETER_ASSIGNMENTS_V

250: Max(last_update_date) lud_ps2
251: from PSB_SET_RELATIONS
252: where parameter_id in
253: (select parameter_id
254: from PSB_PARAMETER_ASSIGNMENTS_V
255: where parameter_set_id = p_parameter_set_id);
256:
257: cursor c_cs1 is
258: select Count(*) count_cs1,