DBA Data[Home] [Help]

APPS.EAM_AUTOMATICEST dependencies on FND_MSG_PUB

Line 840: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)

836: ROLLBACK TO Auto_Reest_of_Cost_PUB;
837: x_return_status := fnd_api.g_ret_sts_unexp_error ;
838: x_msg_data := ' Auto_Reest_of_Cost : Statement - '||l_stmt_num||' Error Message - '||SQLERRM ||l_msg_data ;
839:
840: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
841: THEN
842: FND_MSG_PUB.add_exc_msg
843: ( 'EAM_AutomaticEst'
844: , '.Auto_Reest_of_Cost : Statement -'||to_char(l_stmt_num)||'Error Message -'||SQLERRM

Line 842: FND_MSG_PUB.add_exc_msg

838: x_msg_data := ' Auto_Reest_of_Cost : Statement - '||l_stmt_num||' Error Message - '||SQLERRM ||l_msg_data ;
839:
840: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
841: THEN
842: FND_MSG_PUB.add_exc_msg
843: ( 'EAM_AutomaticEst'
844: , '.Auto_Reest_of_Cost : Statement -'||to_char(l_stmt_num)||'Error Message -'||SQLERRM
845: );
846: END IF;

Line 849: FND_MSG_PUB.count_and_get

845: );
846: END IF;
847:
848: -- Get message count and data
849: FND_MSG_PUB.count_and_get
850: ( p_count => x_msg_count
851: , p_data => x_msg_data
852: );
853: if(x_msg_data is not null) then