DBA Data[Home] [Help]

APPS.PA_STATUS_PUB dependencies on PA_SECURITY

Line 1106: pa_security.initialize (X_user_id => l_user_id,

1102: l_user_id := FND_GLOBAL.User_id;
1103: l_resp_id := FND_GLOBAL.Resp_id;
1104: --l_module_name := p_pm_product_code||'.'||'PA_PM_UPDATE_EARNED_VALUE';
1105:
1106: pa_security.initialize (X_user_id => l_user_id,
1107: X_calling_module => l_module_name);
1108:
1109: -- Actions performed using the APIs would be subject to
1110: -- function security. If the responsibility does not allow

Line 1165: IF pa_security.allow_query (x_project_id => l_project_id_out ) = 'N' THEN

1161: RAISE FND_API.G_EXC_ERROR;
1162: END IF;
1163: */
1164:
1165: IF pa_security.allow_query (x_project_id => l_project_id_out ) = 'N' THEN
1166:
1167: -- The user does not have query privileges on this project
1168: -- Hence, cannot update the project.Raise error
1169:

Line 1177: IF pa_security.allow_update (x_project_id => l_project_id_out ) = 'N'

1173: RAISE FND_API.G_EXC_ERROR;
1174: ELSE
1175: -- If the user has query privileges, then check whether
1176: -- update privileges are also available
1177: IF pa_security.allow_update (x_project_id => l_project_id_out ) = 'N'
1178: THEN
1179:
1180: -- The user does not have update privileges on this project
1181: -- Hence , raise error

Line 3043: pa_security.initialize (X_user_id => l_user_id,

3039: l_user_id := FND_GLOBAL.User_id;
3040: l_resp_id := FND_GLOBAL.Resp_id;
3041: --l_module_name := p_pm_product_code||'.'||'PA_PM_UPDATE_PROJ_PROGRESS';
3042:
3043: pa_security.initialize (X_user_id => l_user_id,
3044: X_calling_module => l_module_name);
3045:
3046: -- Actions performed using the APIs would be subject to
3047: -- function security. If the responsibility does not allow

Line 3085: IF pa_security.allow_query (x_project_id => l_project_id_out ) = 'N' THEN

3081: END IF;
3082:
3083: -- VALUE LAYER -----------------------------------------------------------------------
3084:
3085: IF pa_security.allow_query (x_project_id => l_project_id_out ) = 'N' THEN
3086:
3087: -- The user does not have query privileges on this project
3088: -- Hence, cannot update the project.Raise error
3089:

Line 3097: IF pa_security.allow_update (x_project_id => l_project_id_out ) = 'N'

3093: RAISE FND_API.G_EXC_ERROR;
3094: ELSE
3095: -- If the user has query privileges, then check whether
3096: -- update privileges are also available
3097: IF pa_security.allow_update (x_project_id => l_project_id_out ) = 'N'
3098: THEN
3099:
3100: -- The user does not have update privileges on this project
3101: -- Hence , raise error