DBA Data[Home] [Help]

APPS.GL_WF_JE_APPROVAL_PKG dependencies on WF_ROLES

Line 1451: l_role wf_roles.name%type;

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

Line 1456: FROM wf_roles

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