DBA Data[Home] [Help]

APPS.BEN_ICD_ELEMENT_ENTRY_PKG dependencies on APP_EXCEPTION

Line 432: when app_exception.application_exception then

428: );
429:
430: exception
431:
432: when app_exception.application_exception then
433: if(p_validate = 1) then
434: fnd_msg_pub.add;
435: /*
436: fnd_message.parse_encoded(fnd_message.get_encoded,l_app_name,l_msg_name);

Line 850: when app_exception.application_exception then

846: rollback to create_entry;
847: end if;
848: exception
849:
850: when app_exception.application_exception then
851: rollback to create_entry;
852: if(p_validate = 1) then
853: fnd_msg_pub.add;
854: /*

Line 918: when app_exception.application_exception then

914: );
915:
916: exception
917:
918: when app_exception.application_exception then
919: if(p_validate = 1) then
920: fnd_msg_pub.add;
921: /*
922: fnd_message.parse_encoded(fnd_message.get_encoded,l_app_name,l_msg_name);