DBA Data[Home] [Help]

APPS.PA_PM_FUNCTION_SECURITY_PUB dependencies on PA_UTILS

Line 934: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

930: IF p_pa_debug_mode = 'Y' THEN
931: pa_debug.g_err_stage := 'Project Id can not be null';
932: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
933: END IF;
934: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
935: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
936: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
937: END IF;
938:

Line 944: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

940: IF p_pa_debug_mode = 'Y' THEN
941: pa_debug.g_err_stage := 'Calling Context can not be null';
942: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
943: END IF;
944: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
945: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
946: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
947: END IF;
948:

Line 954: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

950: IF p_pa_debug_mode = 'Y' THEN
951: pa_debug.g_err_stage := 'Function Name can not be null';
952: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
953: END IF;
954: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
955: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
956: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
957: END IF;
958:

Line 967: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

963: IF p_pa_debug_mode = 'Y' THEN
964: pa_debug.g_err_stage := 'Plan Type Id can not be null';
965: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
966: END IF;
967: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
968: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
969: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
970: END IF;
971:

Line 978: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

974: pa_debug.g_err_stage := 'Version Type can not be null for calling context : '||
975: p_calling_context;
976: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
977: END IF;
978: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
979: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
980: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
981: ELSIF p_version_type NOT IN (PA_FP_CONSTANTS_PKG.G_VERSION_TYPE_COST,
982: PA_FP_CONSTANTS_PKG.G_VERSION_TYPE_REVENUE,

Line 988: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

984: IF p_pa_debug_mode = 'Y' THEN
985: pa_debug.g_err_stage := 'Version Type '|| p_version_type ||' is invalid. ';
986: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
987: END IF;
988: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
989: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
990: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
991: END IF;
992: END IF;

Line 1020: pa_utils.add_message(

1016: pa_debug.g_err_stage := 'Query Permission does not exist for project id '||p_project_id;
1017: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
1018: END IF;
1019:
1020: pa_utils.add_message(
1021: p_app_short_name => 'PA',
1022: p_msg_name => 'PA_PR_SECURITY_ENFORCED_AMG');
1023:
1024: RAISE FND_API.G_EXC_ERROR;

Line 1031: pa_utils.add_message(

1027: pa_debug.g_err_stage := 'Update Permission does not exist for project id '||p_project_id;
1028: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
1029: END IF;
1030:
1031: pa_utils.add_message(
1032: p_app_short_name => 'PA',
1033: p_msg_name => 'PA_PR_SECURITY_ENFORCED_AMG');
1034:
1035: RAISE FND_API.G_EXC_ERROR;

Line 1071: pa_utils.add_message(

1067: l_ret_code = l_function_is_allowed THEN
1068: x_ret_code := l_function_is_allowed;
1069: ELSE
1070: x_ret_code := l_function_not_allowed;
1071: pa_utils.add_message(
1072: p_app_short_name => 'PA',
1073: p_msg_name => 'PA_FUNCTION_SECURITY_ENFORCED');
1074: /* 3377434 Modified message name PA_PR_SECURITY_ENFORCED_AMG to
1075: PA_FUNCTION_SECURITY_ENFORCED above*/

Line 1107: pa_utils.add_message(

1103: x_ret_code := l_function_is_allowed;
1104:
1105: ELSE
1106: x_ret_code := l_function_not_allowed;
1107: pa_utils.add_message(
1108: p_app_short_name => 'PA',
1109: p_msg_name => 'PA_FUNCTION_SECURITY_ENFORCED');
1110: /* 3377434 Modified message name PA_PR_SECURITY_ENFORCED_AMG to
1111: PA_FUNCTION_SECURITY_ENFORCED above*/

Line 1143: pa_utils.add_message(

1139:
1140: x_ret_code := l_function_is_allowed;
1141: ELSE
1142: x_ret_code := l_function_not_allowed;
1143: pa_utils.add_message(
1144: p_app_short_name => 'PA',
1145: p_msg_name => 'PA_FUNCTION_SECURITY_ENFORCED');
1146: /* 3377434 Modified message name PA_PR_SECURITY_ENFORCED_AMG to
1147: PA_FUNCTION_SECURITY_ENFORCED above*/

Line 1177: pa_utils.add_message(

1173: l_ret_code = l_function_is_allowed THEN
1174: x_ret_code := l_function_is_allowed;
1175: ELSE
1176: x_ret_code := l_function_not_allowed;
1177: pa_utils.add_message(
1178: p_app_short_name => 'PA',
1179: p_msg_name => 'PA_FUNCTION_SECURITY_ENFORCED');
1180: /* 3377434 Modified message name PA_PR_SECURITY_ENFORCED_AMG to
1181: PA_FUNCTION_SECURITY_ENFORCED above*/

Line 1213: pa_utils.add_message(

1209:
1210: x_ret_code := l_function_is_allowed;
1211: ELSE
1212: x_ret_code := l_function_not_allowed;
1213: pa_utils.add_message(
1214: p_app_short_name => 'PA',
1215: p_msg_name => 'PA_FUNCTION_SECURITY_ENFORCED');
1216: /* 3377434 Modified message name PA_PR_SECURITY_ENFORCED_AMG to
1217: PA_FUNCTION_SECURITY_ENFORCED above*/

Line 1247: pa_utils.add_message(

1243: l_ret_code = l_function_is_allowed THEN
1244: x_ret_code := l_function_is_allowed;
1245: ELSE
1246: x_ret_code := l_function_not_allowed;
1247: pa_utils.add_message(
1248: p_app_short_name => 'PA',
1249: p_msg_name => 'PA_FUNCTION_SECURITY_ENFORCED');
1250: /* 3377434 Modified message name PA_PR_SECURITY_ENFORCED_AMG to
1251: PA_FUNCTION_SECURITY_ENFORCED above*/

Line 1281: pa_utils.add_message(

1277: THEN
1278: x_ret_code := l_function_is_allowed;
1279: ELSE
1280: x_ret_code := l_function_not_allowed;
1281: pa_utils.add_message(
1282: p_app_short_name => 'PA',
1283: p_msg_name => 'PA_FUNCTION_SECURITY_ENFORCED');
1284: /* 3377434 Modified message name PA_PR_SECURITY_ENFORCED_AMG to
1285: PA_FUNCTION_SECURITY_ENFORCED above*/

Line 1315: pa_utils.add_message(

1311: THEN
1312: x_ret_code := l_function_is_allowed;
1313: ELSE
1314: x_ret_code := l_function_not_allowed;
1315: pa_utils.add_message(
1316: p_app_short_name => 'PA',
1317: p_msg_name => 'PA_FUNCTION_SECURITY_ENFORCED');
1318: /* 3377434 Modified message name PA_PR_SECURITY_ENFORCED_AMG to
1319: PA_FUNCTION_SECURITY_ENFORCED above*/

Line 1352: pa_utils.add_message(

1348: THEN
1349: x_ret_code := l_function_is_allowed;
1350: ELSE
1351: x_ret_code := l_function_not_allowed;
1352: pa_utils.add_message(
1353: p_app_short_name => 'PA',
1354: p_msg_name => 'PA_FUNCTION_SECURITY_ENFORCED');
1355: END IF;
1356:

Line 1384: pa_utils.add_message(

1380: THEN
1381: x_ret_code := l_function_is_allowed;
1382: ELSE
1383: x_ret_code := l_function_not_allowed;
1384: pa_utils.add_message(
1385: p_app_short_name => 'PA',
1386: p_msg_name => 'PA_FUNCTION_SECURITY_ENFORCED');
1387: END IF;
1388:

Line 1419: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1415: IF p_pa_debug_mode = 'Y' THEN
1416: pa_debug.g_err_stage := 'Error while retrieving the plan class. Invalid plan type ..';
1417: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
1418: END IF;
1419: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1420: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
1421: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
1422:
1423: END IF;

Line 1469: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1465: pa_debug.g_err_stage := 'Error while retrieving the plan class. ' ||
1466: 'Invalid plan type ..';
1467: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
1468: END IF;
1469: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1470: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
1471: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
1472:
1473: END IF;

Line 1527: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1523: pa_debug.g_err_stage := 'Error while retrieving the plan class. ' ||
1524: 'Invalid plan type ..';
1525: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
1526: END IF;
1527: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1528: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
1529: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
1530:
1531: END IF;

Line 1603: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1599: pa_debug.g_err_stage := 'Error while retrieving the plan class.' ||
1600: 'Invalid plan type ..';
1601: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
1602: END IF;
1603: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1604: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
1605: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
1606:
1607: END IF;

Line 1658: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1654: 'Invalid plan type ..';
1655: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
1656: END IF;
1657:
1658: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1659: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
1660: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
1661:
1662: END IF;

Line 1729: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1725: pa_debug.g_err_stage := 'Error while retrieving the plan class.' ||
1726: 'Invalid plan type ..';
1727: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
1728: END IF;
1729: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1730: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
1731: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
1732:
1733: END IF;

Line 1781: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1777: pa_debug.g_err_stage := 'Error while retrieving the plan class.' ||
1778: 'Invalid plan type ..';
1779: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
1780: END IF;
1781: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1782: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
1783: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
1784:
1785: END IF;

Line 1919: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1915: pa_debug.g_err_stage := 'Error while retrieving the plan class.' ||
1916: 'Invalid plan type ..';
1917: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
1918: END IF;
1919: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1920: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
1921: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
1922:
1923: END IF;

Line 1974: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

1970: 'Invalid plan type ..';
1971: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
1972: END IF;
1973:
1974: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
1975: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
1976: RAISE PA_FP_CONSTANTS_PKG.INVALID_ARG_EXC;
1977:
1978: END IF;

Line 2029: pa_utils.add_message

2025: IF p_pa_debug_mode = 'Y' THEN
2026: pa_debug.g_err_stage := 'Invalid function name passed';
2027: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
2028: END IF;
2029: pa_utils.add_message
2030: (p_app_short_name => 'PA',
2031: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
2032: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
2033:

Line 2038: pa_utils.add_message(

2034: END IF; -- end of processing for various function calls
2035: -- Bug 3986129: FP.M Web ADI changes ends
2036:
2037: IF x_ret_code = l_function_not_allowed THEN
2038: pa_utils.add_message(
2039: p_app_short_name => 'PA',
2040: p_msg_name => 'PA_FUNCTION_SECURITY_ENFORCED');
2041: /* 3377434 Modified message name PA_PR_SECURITY_ENFORCED_AMG to
2042: PA_FUNCTION_SECURITY_ENFORCED above*/