DBA Data[Home] [Help]

APPS.GL_WF_JE_APPROVAL_PKG dependencies on WF_ROLES

Line 1453: l_role wf_roles.name%type;

1449: result OUT NOCOPY VARCHAR2) IS
1450: l_TransferToID NUMBER;
1451: l_Transferee wf_users.name%type;
1452: l_TransferToName wf_users.name%type;
1453: l_role wf_roles.name%type;
1454: l_notification_id number;
1455:
1456: CURSOR c_person_id IS
1457: SELECT orig_system_id

Line 1458: FROM wf_roles

1454: l_notification_id number;
1455:
1456: CURSOR c_person_id IS
1457: SELECT orig_system_id
1458: FROM wf_roles
1459: WHERE orig_system = 'PER'
1460: AND name = l_role;
1461:
1462: BEGIN