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 3299: ff_contexts

3295: ff_routes_s.CURRVAL,
3296: context_id,
3297: 1
3298: FROM
3299: ff_contexts
3300: WHERE
3301: context_name = 'ASSIGNMENT_ACTION_ID';
3302: END;
3303: