DBA Data[Home] [Help]

APPS.FF_DATA_DICT dependencies on HR_STU_EXCEPTIONS

Line 129: hr_legislation.insert_hr_stu_exceptions('ff_contexts'

125: -- not be raised more than once.
126:
127: rollback to new_context_name;
128:
129: hr_legislation.insert_hr_stu_exceptions('ff_contexts'
130: , stu_rec.c_surrogate_key
131: , exception_type
132: , stu_rec.c_true_key);
133:

Line 289: delete from hr_stu_exceptions

285: IF p_phase = 2 THEN
286: l_new_surrogate_key := stu_rec.c_surrogate_key;
287: END IF;
288:
289: delete from hr_stu_exceptions
290: where surrogate_id = stu_rec.c_surrogate_key
291: and table_name = 'FF_CONTEXTS';
292:
293: END remove;

Line 523: hr_legislation.insert_hr_stu_exceptions('ff_formula_types'

519:
520:
521: rollback to new_formula_type_name;
522:
523: hr_legislation.insert_hr_stu_exceptions('ff_formula_types'
524: , stu_rec.c_surrogate_key
525: , exception_type
526: , stu_rec.c_true_key);
527:

Line 1085: hr_legislation.insert_hr_stu_exceptions('ff_formulas_f'

1081: -- not be raised more than once.
1082:
1083: rollback to new_formula_name;
1084:
1085: hr_legislation.insert_hr_stu_exceptions('ff_formulas_f'
1086: , r_distinct.c_surrogate_key
1087: , exception_type
1088: , r_distinct.c_true_key);
1089:

Line 1952: hr_legislation.insert_hr_stu_exceptions('ff_routes'

1948:
1949:
1950: rollback to new_route_name;
1951:
1952: hr_legislation.insert_hr_stu_exceptions('ff_routes'
1953: , stu_rec.c_surrogate_key
1954: , exception_type
1955: , stu_rec.c_true_key);
1956:

Line 3341: hr_legislation.insert_hr_stu_exceptions('ff_functions'

3337:
3338:
3339: rollback to new_function_name;
3340:
3341: hr_legislation.insert_hr_stu_exceptions('ff_functions'
3342: , 0
3343: , exception_type
3344: , stu_rec.name);
3345:

Line 3725: hr_legislation.insert_hr_stu_exceptions('ff_qp_reports'

3721:
3722:
3723: rollback to new_qp_report_name;
3724:
3725: hr_legislation.insert_hr_stu_exceptions('ff_qp_reports'
3726: , stu_rec.c_surrogate_key
3727: , exception_type
3728: , stu_rec.c_true_key);
3729:

Line 4491: hr_legislation.insert_hr_stu_exceptions('ff_globals_f'

4487: -- not be raised more than once.
4488:
4489: rollback to new_global_name;
4490:
4491: hr_legislation.insert_hr_stu_exceptions('ff_globals_f'
4492: , r_distinct.c_surrogate_key
4493: , exception_type
4494: , r_distinct.c_true_key);
4495: