DBA Data[Home] [Help]

APPS.FF_DATA_DICT dependencies on HR_S_FUNCTION_CONTEXT_USAGES

Line 189: update /*+NO_INDEX*/ hr_s_function_context_usages

185:
186: update /*+NO_INDEX*/ hr_s_ftype_context_usages
187: set context_id = context_id - 50000000;
188:
189: update /*+NO_INDEX*/ hr_s_function_context_usages
190: set context_id = context_id - 50000000;
191:
192: update hr_s_application_ownerships
193: set key_value = key_value - 50000000

Line 268: update hr_s_function_context_usages

264: update hr_s_route_context_usages
265: set context_id = l_new_surrogate_key
266: where context_id = stu_rec.c_surrogate_key;
267:
268: update hr_s_function_context_usages
269: set context_id = l_new_surrogate_key
270: where context_id = stu_rec.c_surrogate_key;
271:
272: END update_uid;

Line 3316: from hr_s_function_context_usages

3312: IS
3313: -- Cursor to install child context usages
3314:
3315: select *
3316: from hr_s_function_context_usages
3317: where function_id = f_id;
3318:
3319: stu_rec stu%ROWTYPE;
3320:

Line 3367: delete from hr_s_function_context_usages a

3363: -- be relied upon.
3364:
3365: IF target = 'D' THEN
3366:
3367: delete from hr_s_function_context_usages a
3368: where exists
3369: (select null
3370: from hr_s_functions b
3371: where b.function_id = a.function_id