DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PUB dependencies on FND_MSG_PUB

Line 147: FND_MSG_PUB.Count_And_Get

143: x_return_status := FND_API.G_RET_STS_ERROR;
144:
145: -- Get message count and data
146:
147: FND_MSG_PUB.Count_And_Get
148: ( p_count => x_msg_count
149: , p_data => x_msg_data
150: );
151:

Line 161: FND_MSG_PUB.Count_And_Get

157: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
158:
159: -- Get message count and data
160:
161: FND_MSG_PUB.Count_And_Get
162: ( p_count => x_msg_count
163: , p_data => x_msg_data
164: );
165:

Line 179: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

175: oe_debug_pub.add( 'ERROR MESSAGE '||L_ERRMSG , 1 ) ;
176: END IF;
177: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
178: ELSE
179: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
180: THEN
181: FND_MSG_PUB.Add_Exc_Msg
182: ( G_PKG_NAME
183: , 'Complete_Ship_Line_Activity'

Line 181: FND_MSG_PUB.Add_Exc_Msg

177: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
178: ELSE
179: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
180: THEN
181: FND_MSG_PUB.Add_Exc_Msg
182: ( G_PKG_NAME
183: , 'Complete_Ship_Line_Activity'
184: );
185: END IF;

Line 189: FND_MSG_PUB.Count_And_Get

185: END IF;
186:
187: -- Get message count and data
188:
189: FND_MSG_PUB.Count_And_Get
190: ( p_count => x_msg_count
191: , p_data => x_msg_data
192: );
193: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 937: FND_MSG_PUB.Count_And_Get

933: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
934:
935: -- Get message count and data
936:
937: FND_MSG_PUB.Count_And_Get
938: ( p_count => x_msg_count
939: , p_data => x_msg_data
940: );
941:

Line 949: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

945: oe_debug_pub.add( 'UNEXPECTED ERROR : '||SQLERRM , 1 ) ;
946: END IF;
947: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
948:
949: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
950: THEN
951: FND_MSG_PUB.Add_Exc_Msg
952: ( G_PKG_NAME
953: , 'Get_Tolerance'

Line 951: FND_MSG_PUB.Add_Exc_Msg

947: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
948:
949: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
950: THEN
951: FND_MSG_PUB.Add_Exc_Msg
952: ( G_PKG_NAME
953: , 'Get_Tolerance'
954: );
955: END IF;

Line 959: FND_MSG_PUB.Count_And_Get

955: END IF;
956:
957: -- Get message count and data
958:
959: FND_MSG_PUB.Count_And_Get
960: ( p_count => x_msg_count
961: , p_data => x_msg_data
962: );
963:

Line 1051: FND_MSG_PUB.Count_And_Get

1047: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1048:
1049: -- Get message count and data
1050:
1051: FND_MSG_PUB.Count_And_Get
1052: ( p_count => x_msg_count
1053: , p_data => x_msg_data
1054: );
1055:

Line 1063: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1059: oe_debug_pub.add( 'UNEXPECTED ERROR : '||SQLERRM , 1 ) ;
1060: END IF;
1061: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1062:
1063: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1064: THEN
1065: FND_MSG_PUB.Add_Exc_Msg
1066: ( G_PKG_NAME
1067: , 'Get_Quantity'

Line 1065: FND_MSG_PUB.Add_Exc_Msg

1061: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1062:
1063: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1064: THEN
1065: FND_MSG_PUB.Add_Exc_Msg
1066: ( G_PKG_NAME
1067: , 'Get_Quantity'
1068: );
1069: END IF;

Line 1073: FND_MSG_PUB.Count_And_Get

1069: END IF;
1070:
1071: -- Get message count and data
1072:
1073: FND_MSG_PUB.Count_And_Get
1074: ( p_count => x_msg_count
1075: , p_data => x_msg_data
1076: );
1077:

Line 1517: FND_MSG_PUB.Count_And_Get

1513: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1514:
1515: -- Get message count and data
1516:
1517: FND_MSG_PUB.Count_And_Get
1518: ( p_count => x_msg_count
1519: , p_data => x_msg_data
1520: );
1521:

Line 1529: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1525: oe_debug_pub.add( 'UNEXPECTED ERROR : '||SQLERRM , 1 ) ;
1526: END IF;
1527: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1528:
1529: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1530: THEN
1531: FND_MSG_PUB.Add_Exc_Msg
1532: ( G_PKG_NAME
1533: , 'Get_Min_Max_Tolerance_Quantity'

Line 1531: FND_MSG_PUB.Add_Exc_Msg

1527: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1528:
1529: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1530: THEN
1531: FND_MSG_PUB.Add_Exc_Msg
1532: ( G_PKG_NAME
1533: , 'Get_Min_Max_Tolerance_Quantity'
1534: );
1535: END IF;

Line 1539: FND_MSG_PUB.Count_And_Get

1535: END IF;
1536:
1537: -- Get message count and data
1538:
1539: FND_MSG_PUB.Count_And_Get
1540: ( p_count => x_msg_count
1541: , p_data => x_msg_data
1542: );
1543: