DBA Data[Home] [Help]

APPS.CST_UNINVOICEDRECEIPTS_PVT dependencies on FND_MSG_PUB

Line 58: FND_MSG_PUB.count_and_get(p_count => x_msg_count,

54: EXCEPTION
55: WHEN OTHERS THEN
56: x_return_status := FND_API.g_ret_sts_unexp_error;
57: x_msg_data := SQLERRM;
58: FND_MSG_PUB.count_and_get(p_count => x_msg_count,
59: p_data => x_msg_data);
60: fnd_file.put_line(FND_FILE.LOG,'Error in: CST_UninvoicedReceipts_PVT.get_qty_precision()');
61: end get_qty_precision;
62:

Line 176: FND_MSG_PUB.initialize;

172: );
173: END IF;
174:
175: -- Initialize message list if p_init_msg_list is set to TRUE.
176: FND_MSG_PUB.initialize;
177:
178: -- Initialize API return status to success
179: l_return_status := FND_API.G_RET_STS_SUCCESS;
180:

Line 601: IF FND_MSG_PUB.Check_Msg_Level

597: SQLERRM
598: );
599: END IF;
600:
601: IF FND_MSG_PUB.Check_Msg_Level
602: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
603: THEN
604: FND_MSG_PUB.Add_Exc_Msg
605: ( G_PKG_NAME,

Line 602: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

598: );
599: END IF;
600:
601: IF FND_MSG_PUB.Check_Msg_Level
602: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
603: THEN
604: FND_MSG_PUB.Add_Exc_Msg
605: ( G_PKG_NAME,
606: l_api_name,

Line 604: FND_MSG_PUB.Add_Exc_Msg

600:
601: IF FND_MSG_PUB.Check_Msg_Level
602: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
603: THEN
604: FND_MSG_PUB.Add_Exc_Msg
605: ( G_PKG_NAME,
606: l_api_name,
607: '(' || TO_CHAR(l_stmt_num) || ') : ' || SUBSTRB (SQLERRM , 1 , 230)
608: );

Line 683: FND_MSG_PUB.initialize;

679: END IF;
680:
681: -- Initialize message list if p_init_msg_list is set to TRUE.
682: IF FND_API.to_Boolean( p_init_msg_list ) THEN
683: FND_MSG_PUB.initialize;
684: END IF;
685:
686: -- Initialize API return status to success
687: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 717: FND_MSG_PUB.Count_And_Get

713: );
714: END IF;
715:
716: -- Get message count and if 1, return message data.
717: FND_MSG_PUB.Count_And_Get
718: ( p_count => x_msg_count,
719: p_data => x_msg_data
720: );
721:

Line 727: FND_MSG_PUB.Count_And_Get

723:
724: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
725: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
726:
727: FND_MSG_PUB.Count_And_Get
728: ( p_count => x_msg_count,
729: p_data => x_msg_data
730: );
731:

Line 744: IF FND_MSG_PUB.Check_Msg_Level

740: SQLERRM
741: );
742: END IF;
743:
744: IF FND_MSG_PUB.Check_Msg_Level
745: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
746: THEN
747: FND_MSG_PUB.Add_Exc_Msg
748: ( G_PKG_NAME,

Line 745: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

741: );
742: END IF;
743:
744: IF FND_MSG_PUB.Check_Msg_Level
745: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
746: THEN
747: FND_MSG_PUB.Add_Exc_Msg
748: ( G_PKG_NAME,
749: l_api_name,

Line 747: FND_MSG_PUB.Add_Exc_Msg

743:
744: IF FND_MSG_PUB.Check_Msg_Level
745: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
746: THEN
747: FND_MSG_PUB.Add_Exc_Msg
748: ( G_PKG_NAME,
749: l_api_name,
750: '(' || TO_CHAR(l_stmt_num) || ') : ' || SUBSTRB (SQLERRM , 1 , 230)
751: );

Line 754: FND_MSG_PUB.Count_And_Get

750: '(' || TO_CHAR(l_stmt_num) || ') : ' || SUBSTRB (SQLERRM , 1 , 230)
751: );
752: END IF;
753:
754: FND_MSG_PUB.Count_And_Get
755: ( p_count => x_msg_count,
756: p_data => x_msg_data
757: );
758:

Line 826: FND_MSG_PUB.initialize;

822: END IF;
823:
824: -- Initialize message list if p_init_msg_list is set to TRUE.
825: IF FND_API.to_Boolean( p_init_msg_list ) THEN
826: FND_MSG_PUB.initialize;
827: END IF;
828:
829: -- Initialize API return status to success
830: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 901: FND_MSG_PUB.Count_And_Get

897: );
898: END IF;
899:
900: -- Get message count and if 1, return message data.
901: FND_MSG_PUB.Count_And_Get
902: ( p_count => x_msg_count,
903: p_data => x_msg_data
904: );
905:

Line 911: FND_MSG_PUB.Count_And_Get

907:
908: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
909: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
910:
911: FND_MSG_PUB.Count_And_Get
912: ( p_count => x_msg_count,
913: p_data => x_msg_data
914: );
915:

Line 928: IF FND_MSG_PUB.Check_Msg_Level

924: SQLERRM
925: );
926: END IF;
927:
928: IF FND_MSG_PUB.Check_Msg_Level
929: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
930: THEN
931: FND_MSG_PUB.Add_Exc_Msg
932: ( G_PKG_NAME,

Line 929: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

925: );
926: END IF;
927:
928: IF FND_MSG_PUB.Check_Msg_Level
929: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
930: THEN
931: FND_MSG_PUB.Add_Exc_Msg
932: ( G_PKG_NAME,
933: l_api_name,

Line 931: FND_MSG_PUB.Add_Exc_Msg

927:
928: IF FND_MSG_PUB.Check_Msg_Level
929: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
930: THEN
931: FND_MSG_PUB.Add_Exc_Msg
932: ( G_PKG_NAME,
933: l_api_name,
934: '(' || TO_CHAR(l_stmt_num) || ') : ' || SUBSTRB (SQLERRM , 1 , 230)
935: );

Line 938: FND_MSG_PUB.Count_And_Get

934: '(' || TO_CHAR(l_stmt_num) || ') : ' || SUBSTRB (SQLERRM , 1 , 230)
935: );
936: END IF;
937:
938: FND_MSG_PUB.Count_And_Get
939: ( p_count => x_msg_count,
940: p_data => x_msg_data
941: );
942:

Line 1001: FND_MSG_PUB.initialize;

997: END IF;
998:
999: -- Initialize message list if p_init_msg_list is set to TRUE.
1000: IF FND_API.to_Boolean( p_init_msg_list ) THEN
1001: FND_MSG_PUB.initialize;
1002: END IF;
1003:
1004: -- Initialize API return status to success
1005: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1044: FND_MSG_PUB.Count_And_Get

1040: );
1041: END IF;
1042:
1043: -- Get message count and if 1, return message data.
1044: FND_MSG_PUB.Count_And_Get
1045: ( p_count => x_msg_count,
1046: p_data => x_msg_data
1047: );
1048:

Line 1054: FND_MSG_PUB.Count_And_Get

1050:
1051: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1052: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1053:
1054: FND_MSG_PUB.Count_And_Get
1055: ( p_count => x_msg_count,
1056: p_data => x_msg_data
1057: );
1058:

Line 1071: IF FND_MSG_PUB.Check_Msg_Level

1067: SQLERRM
1068: );
1069: END IF;
1070:
1071: IF FND_MSG_PUB.Check_Msg_Level
1072: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1073: THEN
1074: FND_MSG_PUB.Add_Exc_Msg
1075: ( G_PKG_NAME,

Line 1072: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1068: );
1069: END IF;
1070:
1071: IF FND_MSG_PUB.Check_Msg_Level
1072: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1073: THEN
1074: FND_MSG_PUB.Add_Exc_Msg
1075: ( G_PKG_NAME,
1076: l_api_name,

Line 1074: FND_MSG_PUB.Add_Exc_Msg

1070:
1071: IF FND_MSG_PUB.Check_Msg_Level
1072: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1073: THEN
1074: FND_MSG_PUB.Add_Exc_Msg
1075: ( G_PKG_NAME,
1076: l_api_name,
1077: '(' || TO_CHAR(l_stmt_num) || ') : ' || SUBSTRB (SQLERRM , 1 , 230)
1078: );

Line 1081: FND_MSG_PUB.Count_And_Get

1077: '(' || TO_CHAR(l_stmt_num) || ') : ' || SUBSTRB (SQLERRM , 1 , 230)
1078: );
1079: END IF;
1080:
1081: FND_MSG_PUB.Count_And_Get
1082: ( p_count => x_msg_count,
1083: p_data => x_msg_data
1084: );
1085: