DBA Data[Home] [Help]

APPS.OE_BULK_VALUE_TO_ID dependencies on OE_BULK_MSG_PUB

Line 1161: OE_BULK_MSG_PUB.Add_Exc_Msg

1157: END IF;
1158: IF l_debug_level > 0 THEN
1159: oe_debug_pub.add( SUBSTR ( SQLERRM , 1 , 240 ) ) ;
1160: END IF;
1161: OE_BULK_MSG_PUB.Add_Exc_Msg
1162: ( G_PKG_NAME
1163: , 'Headers'
1164: );
1165: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1964: OE_BULK_MSG_PUB.Add_Exc_Msg

1960: END IF;
1961: IF l_debug_level > 0 THEN
1962: oe_debug_pub.add( SUBSTR ( SQLERRM , 1 , 240 ) ) ;
1963: END IF;
1964: OE_BULK_MSG_PUB.Add_Exc_Msg
1965: ( G_PKG_NAME
1966: , 'Lines'
1967: );
1968: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 2069: OE_BULK_MSG_PUB.Add_Exc_Msg

2065: END IF;
2066: IF l_debug_level > 0 THEN
2067: oe_debug_pub.add( SUBSTR ( SQLERRM , 1 , 240 ) ) ;
2068: END IF;
2069: OE_BULK_MSG_PUB.Add_Exc_Msg
2070: ( G_PKG_NAME
2071: , 'Adjustments'
2072: );
2073: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 2244: OE_BULK_MSG_PUB.Add_Exc_Msg

2240: END IF;
2241: IF l_debug_level > 0 THEN
2242: oe_debug_pub.add( SUBSTR ( SQLERRM , 1 , 240 ) ) ;
2243: END IF;
2244: OE_BULK_MSG_PUB.Add_Exc_Msg
2245: ( G_PKG_NAME
2246: , 'INSERT_ERROR_MESSAGES'
2247: );
2248: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;