DBA Data[Home] [Help]

APPS.PAY_NL_SOE dependencies on FF_CONTEXTS

Line 147: select context_id from ff_contexts where context_name = 'SOURCE_TEXT';

143: cursor getLockedActionid is
144: select max(locked_action_id) from pay_action_interlocks where locking_action_id = p_assignment_action_id;
145:
146: cursor get_context_id is
147: select context_id from ff_contexts where context_name = 'SOURCE_TEXT';
148:
149: BEGIN
150: --
151: --