DBA Data[Home] [Help]

APPS.PAY_NO_RULES dependencies on DUAL

Line 14: FROM dual;

10: WHERE source_action_id = p_action_context_id
11: AND action_status = 'C'
12: UNION
13: SELECT p_action_context_id assignment_action_id
14: FROM dual;
15:
16:
17: ------ cursor to get the balance details ------------------------------------
18: