DBA Data[Home] [Help]

APPS.PA_PLANNING_RESOURCE_UTILS dependencies on FND_MSG_PUB

Line 3325: Fnd_Msg_Pub.Add_Exc_Msg(

3321: When UNEXPEC_ERROR THEN
3322: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
3323: --x_msg_count := x_msg_count + 1;
3324: x_msg_data := Null;
3325: Fnd_Msg_Pub.Add_Exc_Msg(
3326: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
3327: P_Procedure_Name => 'Get_Resource_Name');
3328:
3329: Return;

Line 3715: Fnd_Msg_Pub.Add_Exc_Msg(

3711: When UNEXPEC_ERROR THEN
3712: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
3713: --x_msg_count := x_msg_count + 1;
3714: x_msg_data := Null;
3715: Fnd_Msg_Pub.Add_Exc_Msg(
3716: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
3717: P_Procedure_Name => 'Get_Fin_Category_Name');
3718: Return;
3719: /*When NULL_FC_RES_TYPE_IN_LIST_MEM Then

Line 3898: Fnd_Msg_Pub.Add_Exc_Msg(

3894: When UNEXPEC_ERROR THEN
3895: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
3896: --x_msg_count := x_msg_count + 1;
3897: x_msg_data := Null;
3898: Fnd_Msg_Pub.Add_Exc_Msg(
3899: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
3900: P_Procedure_Name => 'Get_Organization_Name');
3901: Return;
3902: /*When NULL_ORG_ID_IN_LIST_MEM Then

Line 4028: Fnd_Msg_Pub.Add_Exc_Msg(

4024: When UNEXPEC_ERROR THEN
4025: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
4026: --x_msg_count := x_msg_count + 1;
4027: x_msg_data := Null;
4028: Fnd_Msg_Pub.Add_Exc_Msg(
4029: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
4030: P_Procedure_Name => 'Get_Supplier_Name');
4031: Return;
4032: /*When NULL_VEND_IN_LIST_MEM Then

Line 4159: Fnd_Msg_Pub.Add_Exc_Msg(

4155: When UNEXPEC_ERROR THEN
4156: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
4157: --x_msg_count := x_msg_count + 1;
4158: x_msg_data := Null;
4159: Fnd_Msg_Pub.Add_Exc_Msg(
4160: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
4161: P_Procedure_Name => 'Get_Role_Name');
4162: Return;
4163: /*When NULL_ROLE_IN_LIST_MEM Then

Line 4454: Fnd_Msg_Pub.Add_Exc_Msg(

4450: When UNEXPEC_ERROR THEN
4451: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
4452: --x_msg_count := x_msg_count + 1;
4453: x_msg_data := Null;
4454: Fnd_Msg_Pub.Add_Exc_Msg(
4455: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
4456: P_Procedure_Name => 'Get_Incur_By_Res_Name');
4457: Return;
4458: /*When BAD_PER_IN_RES_LIST_MEM Then

Line 5230: Fnd_Msg_Pub.Add_Exc_Msg(

5226: When UNEXPEC_ERROR THEN
5227: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
5228: --x_msg_count := x_msg_count + 1;
5229: x_error_message_code := Null;
5230: Fnd_Msg_Pub.Add_Exc_Msg(
5231: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
5232: P_Procedure_Name => 'Validate_Fin_Category');
5233: When INVALID_FIN_CAT_CODE Then
5234: X_Return_Status := Fnd_Api.G_Ret_Sts_Error;

Line 5589: Fnd_Msg_Pub.Add_Exc_Msg(

5585: When UNEXPEC_ERROR THEN
5586: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
5587: --x_msg_count := x_msg_count + 1;
5588: x_error_message_code := Null;
5589: Fnd_Msg_Pub.Add_Exc_Msg(
5590: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
5591: P_Procedure_Name => 'Validate_Incur_by_Resource');
5592:
5593: When MAN_PARAMS_NULL Then

Line 6285: Fnd_Msg_Pub.Add_Exc_Msg(

6281: When UNEXPEC_ERROR THEN
6282: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
6283: --x_msg_count := x_msg_count + 1;
6284: x_msg_data := Null;
6285: Fnd_Msg_Pub.Add_Exc_Msg(
6286: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
6287: P_Procedure_Name => 'Validate_Planning_Resource');
6288:
6289: /*When PARAMS_ALL_NULL Then

Line 7407: FND_MSG_PUB.add_exc_msg( p_pkg_name =>

7403: CLOSE get_resource_lists;
7404:
7405: EXCEPTION
7406: WHEN OTHERS THEN
7407: FND_MSG_PUB.add_exc_msg( p_pkg_name =>
7408: 'Pa_Planning_Resource_Utils.Delete_proj_specific_resource'
7409: ,p_procedure_name => PA_DEBUG.G_Err_Stack);
7410: x_msg_count := x_msg_count+1;
7411: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;