DBA Data[Home] [Help]

APPS.HR_GBBAL dependencies on FF_CONTEXTS

Line 895: FROM FF_CONTEXTS

891: --
892:
893: cursor get_context_id is
894: SELECT CONTEXT_ID
895: FROM FF_CONTEXTS
896: where context_name ='SOURCE_TEXT';
897:
898: BEGIN
899: --

Line 1136: ff_contexts ffc,

1132: is
1133: select pca.context_value,
1134: ffc.context_name
1135: from pay_action_contexts pca,
1136: ff_contexts ffc,
1137: ff_route_context_usages frc,
1138: pay_balance_dimensions pbd
1139: where pbd.route_id = p_route_id
1140: and pbd.route_id = frc.route_id

Line 3315: ff_contexts

3311: ff_routes_s.CURRVAL,
3312: context_id,
3313: 1
3314: FROM
3315: ff_contexts
3316: WHERE
3317: context_name = 'ASSIGNMENT_ACTION_ID';
3318: END;
3319: