DBA Data[Home] [Help]

APPS.AME_APT_BUS dependencies on AME_ACTION_TYPES

Line 280: ,ame_action_types act

276: Cursor c_sel5 is
277: select null
278: from AME_ACTIONS actions
279: ,WF_ROLES wfr
280: ,ame_action_types act
281: where actions.parameter = wfr.name
282: and wfr.orig_system = p_orig_system
283: and act.name ='substitution'
284: and p_effective_date between actions.start_date