DBA Data[Home] [Help]

APPS.XTR_IG_TRANSFERS_PKG dependencies on XTR_AMOUNT_ACTIONS

Line 544: from XTR_AMOUNT_ACTIONS

540: function VALID_ACTION(p_action IN VARCHAR2) return boolean is
541: -----------------------------------------------------------------------------------------------------
542: cursor curs(c_action IN VARCHAR2) is
543: select ACTION_CODE
544: from XTR_AMOUNT_ACTIONS
545: where deal_type = 'IG'
546: and amount_type = 'PRINFLW'
547: and ( (user_action_code = c_action and nvl(G_Ig_External_Source,'@@@') not in (C_ZBA, C_CL)) or
548: (action_code = c_action and nvl(G_Ig_External_Source,'@@@') in (C_ZBA, C_CL)) ); -- 3800146 actual code