DBA Data[Home] [Help]

APPS.PAY_DK_RULES dependencies on DUAL

Line 75: FROM dual;

71: WHERE source_action_id = p_action_context_id
72: AND action_status = 'C'
73: UNION
74: SELECT p_action_context_id assignment_action_id
75: FROM dual;
76:
77:
78: ------ cursor to get the balance details ------------------------------------
79: