DBA Data[Home] [Help]

APPS.AME_APT_BUS dependencies on WF_ROLES

Line 270: ,WF_ROLES wfr

266: --
267: Cursor c_sel4 is
268: select null
269: from AME_CONDITIONS cond
270: ,WF_ROLES wfr
271: where cond.parameter_two = wfr.name
272: and wfr.orig_system = p_orig_system
273: and p_effective_date between cond.start_date
274: and nvl(cond.end_date - ame_util.oneSecond, p_effective_date);

Line 279: ,WF_ROLES wfr

275: --
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'