DBA Data[Home] [Help]

APPS.AME_ACTION_API dependencies on WF_ROLES

Line 1096: from wf_roles,

1092: and sysdate between start_date and
1093: nvl(end_date - (1/86400), sysdate);
1094: cursor C_Sel2 is
1095: select meaning || ': ' || display_name
1096: from wf_roles,
1097: fnd_lookups
1098: where name = p_parameter
1099: and status = 'ACTIVE'
1100: and (expiration_date is null

Line 1532: from wf_roles,

1528: and sysdate between start_date and
1529: nvl(end_date - (1/86400), sysdate);
1530: cursor C_Sel2 is
1531: select meaning || ': ' || display_name
1532: from wf_roles,
1533: fnd_lookups
1534: where name = p_parameter
1535: and status = 'ACTIVE'
1536: and (expiration_date is null