DBA Data[Home] [Help]

APPS.PA_PM_FUNCTION_SECURITY_PUB dependencies on FND_GLOBAL

Line 997: l_resp_id := FND_GLOBAL.Resp_id;

993: -- dbms_output.put_line('after validateing ver type');
994: /* Validations of input parameters are over */
995: /* Get the responsibility and user id and initialize security variables */
996:
997: l_resp_id := FND_GLOBAL.Resp_id;
998: l_user_id := FND_GLOBAL.User_id;
999:
1000: IF p_pa_debug_mode = 'Y' THEN
1001: pa_debug.g_err_stage := 'Responsibility Id: '|| l_resp_id ||' User Id: '||l_user_id||

Line 998: l_user_id := FND_GLOBAL.User_id;

994: /* Validations of input parameters are over */
995: /* Get the responsibility and user id and initialize security variables */
996:
997: l_resp_id := FND_GLOBAL.Resp_id;
998: l_user_id := FND_GLOBAL.User_id;
999:
1000: IF p_pa_debug_mode = 'Y' THEN
1001: pa_debug.g_err_stage := 'Responsibility Id: '|| l_resp_id ||' User Id: '||l_user_id||
1002: ' Project Id: '||p_project_id;