DBA Data[Home] [Help]

APPS.PA_PLANNING_RESOURCE_UTILS dependencies on FND_MSG_PUB

Line 3284: Fnd_Msg_Pub.Add_Exc_Msg(

3280: When UNEXPEC_ERROR THEN
3281: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
3282: --x_msg_count := x_msg_count + 1;
3283: x_msg_data := Null;
3284: Fnd_Msg_Pub.Add_Exc_Msg(
3285: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
3286: P_Procedure_Name => 'Get_Resource_Name');
3287:
3288: Return;

Line 3674: Fnd_Msg_Pub.Add_Exc_Msg(

3670: When UNEXPEC_ERROR THEN
3671: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
3672: --x_msg_count := x_msg_count + 1;
3673: x_msg_data := Null;
3674: Fnd_Msg_Pub.Add_Exc_Msg(
3675: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
3676: P_Procedure_Name => 'Get_Fin_Category_Name');
3677: Return;
3678: /*When NULL_FC_RES_TYPE_IN_LIST_MEM Then

Line 3857: Fnd_Msg_Pub.Add_Exc_Msg(

3853: When UNEXPEC_ERROR THEN
3854: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
3855: --x_msg_count := x_msg_count + 1;
3856: x_msg_data := Null;
3857: Fnd_Msg_Pub.Add_Exc_Msg(
3858: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
3859: P_Procedure_Name => 'Get_Organization_Name');
3860: Return;
3861: /*When NULL_ORG_ID_IN_LIST_MEM Then

Line 3987: Fnd_Msg_Pub.Add_Exc_Msg(

3983: When UNEXPEC_ERROR THEN
3984: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
3985: --x_msg_count := x_msg_count + 1;
3986: x_msg_data := Null;
3987: Fnd_Msg_Pub.Add_Exc_Msg(
3988: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
3989: P_Procedure_Name => 'Get_Supplier_Name');
3990: Return;
3991: /*When NULL_VEND_IN_LIST_MEM Then

Line 4118: Fnd_Msg_Pub.Add_Exc_Msg(

4114: When UNEXPEC_ERROR THEN
4115: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
4116: --x_msg_count := x_msg_count + 1;
4117: x_msg_data := Null;
4118: Fnd_Msg_Pub.Add_Exc_Msg(
4119: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
4120: P_Procedure_Name => 'Get_Role_Name');
4121: Return;
4122: /*When NULL_ROLE_IN_LIST_MEM Then

Line 4413: Fnd_Msg_Pub.Add_Exc_Msg(

4409: When UNEXPEC_ERROR THEN
4410: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
4411: --x_msg_count := x_msg_count + 1;
4412: x_msg_data := Null;
4413: Fnd_Msg_Pub.Add_Exc_Msg(
4414: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
4415: P_Procedure_Name => 'Get_Incur_By_Res_Name');
4416: Return;
4417: /*When BAD_PER_IN_RES_LIST_MEM Then

Line 5170: Fnd_Msg_Pub.Add_Exc_Msg(

5166: When UNEXPEC_ERROR THEN
5167: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
5168: --x_msg_count := x_msg_count + 1;
5169: x_error_message_code := Null;
5170: Fnd_Msg_Pub.Add_Exc_Msg(
5171: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
5172: P_Procedure_Name => 'Validate_Fin_Category');
5173: When INVALID_FIN_CAT_CODE Then
5174: X_Return_Status := Fnd_Api.G_Ret_Sts_Error;

Line 5504: Fnd_Msg_Pub.Add_Exc_Msg(

5500: When UNEXPEC_ERROR THEN
5501: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
5502: --x_msg_count := x_msg_count + 1;
5503: x_error_message_code := Null;
5504: Fnd_Msg_Pub.Add_Exc_Msg(
5505: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
5506: P_Procedure_Name => 'Validate_Incur_by_Resource');
5507:
5508: When MAN_PARAMS_NULL Then

Line 6127: Fnd_Msg_Pub.Add_Exc_Msg(

6123: When UNEXPEC_ERROR THEN
6124: X_Return_Status := Fnd_Api.G_Ret_Sts_UnExp_Error;
6125: --x_msg_count := x_msg_count + 1;
6126: x_msg_data := Null;
6127: Fnd_Msg_Pub.Add_Exc_Msg(
6128: P_Pkg_Name => 'PA_PLANNING_RESOURCE_UTILS',
6129: P_Procedure_Name => 'Validate_Planning_Resource');
6130:
6131: /*When PARAMS_ALL_NULL Then

Line 7249: FND_MSG_PUB.add_exc_msg( p_pkg_name =>

7245: CLOSE get_resource_lists;
7246:
7247: EXCEPTION
7248: WHEN OTHERS THEN
7249: FND_MSG_PUB.add_exc_msg( p_pkg_name =>
7250: 'Pa_Planning_Resource_Utils.Delete_proj_specific_resource'
7251: ,p_procedure_name => PA_DEBUG.G_Err_Stack);
7252: x_msg_count := x_msg_count+1;
7253: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;