DBA Data[Home] [Help]

APPS.PA_STATUS_PUB dependencies on PA_SECURITY

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

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

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

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

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

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

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

2940: l_user_id := FND_GLOBAL.User_id;
2941: l_resp_id := FND_GLOBAL.Resp_id;
2942: --l_module_name := p_pm_product_code||'.'||'PA_PM_UPDATE_PROJ_PROGRESS';
2943:
2944: pa_security.initialize (X_user_id => l_user_id,
2945: X_calling_module => l_module_name);
2946:
2947: -- Actions performed using the APIs would be subject to
2948: -- function security. If the responsibility does not allow

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

2982: END IF;
2983:
2984: -- VALUE LAYER -----------------------------------------------------------------------
2985:
2986: IF pa_security.allow_query (x_project_id => l_project_id_out ) = 'N' THEN
2987:
2988: -- The user does not have query privileges on this project
2989: -- Hence, cannot update the project.Raise error
2990:

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

2994: RAISE FND_API.G_EXC_ERROR;
2995: ELSE
2996: -- If the user has query privileges, then check whether
2997: -- update privileges are also available
2998: IF pa_security.allow_update (x_project_id => l_project_id_out ) = 'N'
2999: THEN
3000:
3001: -- The user does not have update privileges on this project
3002: -- Hence , raise error