DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PUB dependencies on FND_MSG_PUB

Line 141: FND_MSG_PUB.Count_And_Get

137: x_return_status := FND_API.G_RET_STS_ERROR;
138:
139: -- Get message count and data
140:
141: FND_MSG_PUB.Count_And_Get
142: ( p_count => x_msg_count
143: , p_data => x_msg_data
144: );
145:

Line 155: FND_MSG_PUB.Count_And_Get

151: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
152:
153: -- Get message count and data
154:
155: FND_MSG_PUB.Count_And_Get
156: ( p_count => x_msg_count
157: , p_data => x_msg_data
158: );
159:

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

169: oe_debug_pub.add( 'ERROR MESSAGE '||L_ERRMSG , 1 ) ;
170: END IF;
171: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
172: ELSE
173: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
174: THEN
175: FND_MSG_PUB.Add_Exc_Msg
176: ( G_PKG_NAME
177: , 'Complete_Ship_Line_Activity'

Line 175: FND_MSG_PUB.Add_Exc_Msg

171: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
172: ELSE
173: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
174: THEN
175: FND_MSG_PUB.Add_Exc_Msg
176: ( G_PKG_NAME
177: , 'Complete_Ship_Line_Activity'
178: );
179: END IF;

Line 183: FND_MSG_PUB.Count_And_Get

179: END IF;
180:
181: -- Get message count and data
182:
183: FND_MSG_PUB.Count_And_Get
184: ( p_count => x_msg_count
185: , p_data => x_msg_data
186: );
187: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 914: FND_MSG_PUB.Count_And_Get

910: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
911:
912: -- Get message count and data
913:
914: FND_MSG_PUB.Count_And_Get
915: ( p_count => x_msg_count
916: , p_data => x_msg_data
917: );
918:

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

922: oe_debug_pub.add( 'UNEXPECTED ERROR : '||SQLERRM , 1 ) ;
923: END IF;
924: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
925:
926: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
927: THEN
928: FND_MSG_PUB.Add_Exc_Msg
929: ( G_PKG_NAME
930: , 'Get_Tolerance'

Line 928: FND_MSG_PUB.Add_Exc_Msg

924: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
925:
926: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
927: THEN
928: FND_MSG_PUB.Add_Exc_Msg
929: ( G_PKG_NAME
930: , 'Get_Tolerance'
931: );
932: END IF;

Line 936: FND_MSG_PUB.Count_And_Get

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

Line 1028: FND_MSG_PUB.Count_And_Get

1024: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1025:
1026: -- Get message count and data
1027:
1028: FND_MSG_PUB.Count_And_Get
1029: ( p_count => x_msg_count
1030: , p_data => x_msg_data
1031: );
1032:

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

1036: oe_debug_pub.add( 'UNEXPECTED ERROR : '||SQLERRM , 1 ) ;
1037: END IF;
1038: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1039:
1040: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1041: THEN
1042: FND_MSG_PUB.Add_Exc_Msg
1043: ( G_PKG_NAME
1044: , 'Get_Quantity'

Line 1042: FND_MSG_PUB.Add_Exc_Msg

1038: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1039:
1040: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1041: THEN
1042: FND_MSG_PUB.Add_Exc_Msg
1043: ( G_PKG_NAME
1044: , 'Get_Quantity'
1045: );
1046: END IF;

Line 1050: FND_MSG_PUB.Count_And_Get

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

Line 1492: FND_MSG_PUB.Count_And_Get

1488: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1489:
1490: -- Get message count and data
1491:
1492: FND_MSG_PUB.Count_And_Get
1493: ( p_count => x_msg_count
1494: , p_data => x_msg_data
1495: );
1496:

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

1500: oe_debug_pub.add( 'UNEXPECTED ERROR : '||SQLERRM , 1 ) ;
1501: END IF;
1502: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1503:
1504: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1505: THEN
1506: FND_MSG_PUB.Add_Exc_Msg
1507: ( G_PKG_NAME
1508: , 'Get_Min_Max_Tolerance_Quantity'

Line 1506: FND_MSG_PUB.Add_Exc_Msg

1502: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1503:
1504: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1505: THEN
1506: FND_MSG_PUB.Add_Exc_Msg
1507: ( G_PKG_NAME
1508: , 'Get_Min_Max_Tolerance_Quantity'
1509: );
1510: END IF;

Line 1514: FND_MSG_PUB.Count_And_Get

1510: END IF;
1511:
1512: -- Get message count and data
1513:
1514: FND_MSG_PUB.Count_And_Get
1515: ( p_count => x_msg_count
1516: , p_data => x_msg_data
1517: );
1518: