DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on FND_APPLICATION

Line 2065: -- Oracle Mobile Field Service (FND_APPLICATION.APPLICATION_SHORT_NAME=CSM)

2061: -- Use the api for SSO user authentication. It is assumed that EBS is already
2062: -- configured with SSO.
2063: -- In all other cases use FND_USER_PKG.ValidateLogin.
2064: -- Product teams who are currently using this api:
2065: -- Oracle Mobile Field Service (FND_APPLICATION.APPLICATION_SHORT_NAME=CSM)
2066: -- (bug#14057306)
2067:
2068: function ValidateSSOLogin(username varchar2,
2069: password varchar2) return boolean is

Line 2956: from fnd_application

2952: from fnd_user
2953: where user_name = DelResp.username;
2954:
2955: select application_id into appid
2956: from fnd_application
2957: where application_short_name = DelResp.Resp_app;
2958:
2959: /* Bug4600645 - Modified to get actual start_date instead of using */
2960: /* sysdate in call to fnd_user_resp_groups_api.update_assignment */

Line 3041: from fnd_application

3037: from fnd_user
3038: where user_name = AddResp.username;
3039:
3040: select application_id into appid
3041: from fnd_application
3042: where application_short_name = AddResp.resp_app;
3043:
3044: select responsibility_id into respid
3045: from fnd_responsibility