DBA Data[Home] [Help]

APPS.CTO_ITEM_PK dependencies on FND_MSG_PUB

Line 1210: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1206: when OTHERS then
1207: IF PG_DEBUG <> 0 THEN
1208: oe_debug_pub.add('Create_And_Link_Item: ' || 'create_and_link_item::others::'||to_char(lStmtNum)||'::'||sqlerrm, 1);
1209: END IF;
1210: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1211: FND_MSG_PUB.Add_Exc_Msg
1212: ('CTO_ITEM_PK'
1213: ,'create_and_link_item'
1214: );

Line 1211: FND_MSG_PUB.Add_Exc_Msg

1207: IF PG_DEBUG <> 0 THEN
1208: oe_debug_pub.add('Create_And_Link_Item: ' || 'create_and_link_item::others::'||to_char(lStmtNum)||'::'||sqlerrm, 1);
1209: END IF;
1210: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1211: FND_MSG_PUB.Add_Exc_Msg
1212: ('CTO_ITEM_PK'
1213: ,'create_and_link_item'
1214: );
1215: END IF;