DBA Data[Home] [Help]

APPS.PSB_WORKSHEET dependencies on PSB_CONSTRAINT_SETS_V

Line 1096: from PSB_CONSTRAINT_SETS_V

1092:
1093: cursor c_ConstSet is
1094: select name,
1095: constraint_threshold
1096: from PSB_CONSTRAINT_SETS_V
1097: where constraint_set_id = l_constraint_set_id;
1098:
1099: BEGIN
1100:

Line 1981: from PSB_CONSTRAINT_SETS_V

1977:
1978: cursor c_ConstSet is
1979: select name,
1980: constraint_threshold
1981: from PSB_CONSTRAINT_SETS_V
1982: where constraint_set_id = l_constraint_set_id;
1983:
1984: BEGIN
1985:

Line 2194: from PSB_CONSTRAINT_SETS_V

2190:
2191: cursor c_ConstSet is
2192: select name,
2193: constraint_threshold
2194: from PSB_CONSTRAINT_SETS_V
2195: where constraint_set_id = l_constraint_set_id;
2196:
2197: BEGIN
2198:

Line 2408: from PSB_CONSTRAINT_SETS_V

2404:
2405: cursor c_ConstSet is
2406: select name,
2407: constraint_threshold
2408: from PSB_CONSTRAINT_SETS_V
2409: where constraint_set_id = l_constraint_set_id;
2410:
2411: BEGIN
2412:

Line 3720: from PSB_CONSTRAINT_SETS_V

3716:
3717: cursor c_ConstSet is
3718: select name,
3719: constraint_threshold
3720: from PSB_CONSTRAINT_SETS_V
3721: where constraint_set_id = g_constraint_set_id;
3722:
3723: BEGIN
3724: