DBA Data[Home] [Help]

APPS.AME_POSITION_LEVEL_HANDLER dependencies on WF_ROLES

Line 56: approverName wf_roles.name%type;

52: and psv.position_structure_id = pst.position_structure_id
53: and pst.position_structure_id = posStrIdIn
54: and trunc(sysdate) between psv.date_from and nvl( psv.date_to , sysdate);
55: approverDescription ame_util.longStringType;
56: approverName wf_roles.name%type;
57: errorCode integer;
58: errorMessage ame_util.longestStringType;
59: nextPositionId integer;
60: posStrId integer;