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 3367: from hr_s_function_context_usages

3363: IS
3364: -- Cursor to install child context usages
3365:
3366: select *
3367: from hr_s_function_context_usages
3368: where function_id = f_id;
3369:
3370: stu_rec stu%ROWTYPE;
3371:

Line 3418: delete from hr_s_function_context_usages a

3414: -- be relied upon.
3415:
3416: IF target = 'D' THEN
3417:
3418: delete from hr_s_function_context_usages a
3419: where exists
3420: (select null
3421: from hr_s_functions b
3422: where b.function_id = a.function_id