DBA Data[Home] [Help]

APPS.OE_OE_INLINE_ADDRESS dependencies on OE_MSG_PUB

Line 842: OE_MSG_PUB.Count_And_Get

838: x_return_status := FND_API.G_RET_STS_SUCCESS;
839:
840: -- Get message count and data
841:
842: OE_MSG_PUB.Count_And_Get
843: ( p_count => x_msg_count
844: , p_data => x_msg_data
845: );
846:

Line 858: OE_MSG_PUB.Count_And_Get

854: IF l_debug_level > 0 THEN
855: oe_debug_pub.add( 'INSIDE CREATE_LOCATION EXC ERROR' , 1 ) ;
856: END IF;
857: x_return_status := FND_API.G_RET_STS_ERROR;
858: OE_MSG_PUB.Count_And_Get
859: ( p_count => x_msg_count
860: , p_data => x_msg_data
861: );
862:

Line 865: OE_MSG_PUB.Count_And_Get

861: );
862:
863: -- Get message count and data
864:
865: OE_MSG_PUB.Count_And_Get
866: ( p_count => x_msg_count
867: , p_data => x_msg_data
868: );
869:

Line 877: OE_MSG_PUB.Count_And_Get

873: IF l_debug_level > 0 THEN
874: oe_debug_pub.add( 'INSIDE CREATE_LOCATION UNEXPECTED ERROR' , 1 ) ;
875: END IF;
876: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
877: OE_MSG_PUB.Count_And_Get
878: ( p_count => x_msg_count
879: , p_data => x_msg_data
880: );
881:

Line 884: OE_MSG_PUB.Count_And_Get

880: );
881:
882: -- Get message count and data
883:
884: OE_MSG_PUB.Count_And_Get
885: ( p_count => x_msg_count
886: , p_data => x_msg_data
887: );
888:

Line 896: OE_MSG_PUB.Count_And_Get

892: IF l_debug_level > 0 THEN
893: oe_debug_pub.add( 'INSIDE CREATE_LOCATION WHEN OTHERS' , 1 ) ;
894: END IF;
895: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
896: OE_MSG_PUB.Count_And_Get
897: ( p_count => x_msg_count
898: , p_data => x_msg_data
899: );
900:

Line 901: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

897: ( p_count => x_msg_count
898: , p_data => x_msg_data
899: );
900:
901: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
902: THEN
903: OE_MSG_PUB.Add_Exc_Msg
904: ( G_PKG_NAME
905: , 'Create_Location'

Line 903: OE_MSG_PUB.Add_Exc_Msg

899: );
900:
901: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
902: THEN
903: OE_MSG_PUB.Add_Exc_Msg
904: ( G_PKG_NAME
905: , 'Create_Location'
906: );
907: END IF;

Line 911: OE_MSG_PUB.Count_And_Get

907: END IF;
908:
909: -- Get message count and data
910:
911: OE_MSG_PUB.Count_And_Get
912: ( p_count => x_msg_count
913: , p_data => x_msg_data
914: );
915:

Line 1006: OE_MSG_PUB.Count_And_Get

1002: x_return_status := FND_API.G_RET_STS_SUCCESS;
1003:
1004: -- Get message count and data
1005:
1006: OE_MSG_PUB.Count_And_Get
1007: ( p_count => x_msg_count
1008: , p_data => x_msg_data
1009: );
1010:

Line 1021: OE_MSG_PUB.Count_And_Get

1017: x_return_status := FND_API.G_RET_STS_ERROR;
1018:
1019: -- Get message count and data
1020:
1021: OE_MSG_PUB.Count_And_Get
1022: ( p_count => x_msg_count
1023: , p_data => x_msg_data
1024: );
1025:

Line 1033: OE_MSG_PUB.Count_And_Get

1029: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1030:
1031: -- Get message count and data
1032:
1033: OE_MSG_PUB.Count_And_Get
1034: ( p_count => x_msg_count
1035: , p_data => x_msg_data
1036: );
1037:

Line 1043: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1039:
1040:
1041: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1042:
1043: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1044: THEN
1045: OE_MSG_PUB.Add_Exc_Msg
1046: ( G_PKG_NAME
1047: , 'Create_Location'

Line 1045: OE_MSG_PUB.Add_Exc_Msg

1041: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1042:
1043: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1044: THEN
1045: OE_MSG_PUB.Add_Exc_Msg
1046: ( G_PKG_NAME
1047: , 'Create_Location'
1048: );
1049: END IF;

Line 1053: OE_MSG_PUB.Count_And_Get

1049: END IF;
1050:
1051: -- Get message count and data
1052:
1053: OE_MSG_PUB.Count_And_Get
1054: ( p_count => x_msg_count
1055: , p_data => x_msg_data
1056: );
1057:

Line 1177: OE_MSG_PUB.Count_And_Get

1173: x_return_status := FND_API.G_RET_STS_SUCCESS;
1174:
1175: -- Get message count and data
1176:
1177: OE_MSG_PUB.Count_And_Get
1178: ( p_count => x_msg_count
1179: , p_data => x_msg_data
1180: );
1181:

Line 1192: OE_MSG_PUB.Count_And_Get

1188: x_return_status := FND_API.G_RET_STS_ERROR;
1189:
1190: -- Get message count and data
1191:
1192: OE_MSG_PUB.Count_And_Get
1193: ( p_count => x_msg_count
1194: , p_data => x_msg_data
1195: );
1196:

Line 1204: OE_MSG_PUB.Count_And_Get

1200: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1201:
1202: -- Get message count and data
1203:
1204: OE_MSG_PUB.Count_And_Get
1205: ( p_count => x_msg_count
1206: , p_data => x_msg_data
1207: );
1208:

Line 1214: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1210:
1211:
1212: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1213:
1214: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1215: THEN
1216: OE_MSG_PUB.Add_Exc_Msg
1217: ( G_PKG_NAME
1218: , 'Create_Location'

Line 1216: OE_MSG_PUB.Add_Exc_Msg

1212: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1213:
1214: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1215: THEN
1216: OE_MSG_PUB.Add_Exc_Msg
1217: ( G_PKG_NAME
1218: , 'Create_Location'
1219: );
1220: END IF;

Line 1224: OE_MSG_PUB.Count_And_Get

1220: END IF;
1221:
1222: -- Get message count and data
1223:
1224: OE_MSG_PUB.Count_And_Get
1225: ( p_count => x_msg_count
1226: , p_data => x_msg_data
1227: );
1228: END Create_Account_Site;

Line 1910: oe_msg_pub.initialize;

1906:
1907:
1908: BEGIN
1909:
1910: oe_msg_pub.initialize;
1911: savepoint add_customer;
1912: l_cust_number := in_cust_number;
1913:
1914: IF in_cust_account_id is null then

Line 1989: /* OE_MSG_PUB.Count_And_Get

1985:
1986:
1987: if x_return_status in ('E','U') then
1988:
1989: /* OE_MSG_PUB.Count_And_Get
1990: ( p_count => x_msg_count
1991: , p_data => x_msg_data
1992: );
1993: */