DBA Data[Home] [Help]

APPS.CTO_ITEM_PK dependencies on FND_MSG_PUB

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

1149: when OTHERS then
1150: IF PG_DEBUG <> 0 THEN
1151: oe_debug_pub.add('Create_And_Link_Item: ' || 'create_and_link_item::others::'||to_char(lStmtNum)||'::'||sqlerrm, 1);
1152: END IF;
1153: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1154: FND_MSG_PUB.Add_Exc_Msg
1155: ('CTO_ITEM_PK'
1156: ,'create_and_link_item'
1157: );

Line 1154: FND_MSG_PUB.Add_Exc_Msg

1150: IF PG_DEBUG <> 0 THEN
1151: oe_debug_pub.add('Create_And_Link_Item: ' || 'create_and_link_item::others::'||to_char(lStmtNum)||'::'||sqlerrm, 1);
1152: END IF;
1153: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1154: FND_MSG_PUB.Add_Exc_Msg
1155: ('CTO_ITEM_PK'
1156: ,'create_and_link_item'
1157: );
1158: END IF;