DBA Data[Home] [Help]

APPS.JTF_UM_WF_APPROVAL dependencies on WF_ROLES

Line 1950: from wf_roles

1946: -- bug 7675285 Set the profile ICX_LANG and ICX_TERRITORY profiles for the user id being approved to match the entries
1947: -- for the ad hoc user role
1948:
1949: select language, territory into langProfileValue, terrProfileValue
1950: from wf_roles
1951: where name = '__JTA_UM' ||itemkey;
1952:
1953: -- Set the language and territory profile values for the pending user
1954: profileSave := FND_PROFILE.SAVE('ICX_LANGUAGE', langProfileValue, 'USER', requesterUserID);