DBA Data[Home] [Help]

APPS.ECE_EXTRACT_UTILS_PUB dependencies on ECE_ERROR_HANDLING_PVT

Line 910: ece_error_handling_pvt.print_parse_error(

906:
907: EXCEPTION
908: WHEN OTHERS THEN
909: ROLLBACK TO insert_into_prod_interface_pvt;
910: ece_error_handling_pvt.print_parse_error(
911: dbms_sql.last_error_position,
912: cInsert_stmt);
913: fnd_msg_pub.count_and_get(
914: p_count => x_msg_count,

Line 1049: ece_error_handling_pvt.print_parse_error(

1045: fnd_msg_pub.count_and_get(
1046: p_count => x_msg_count,
1047: p_data => x_msg_data);
1048: WHEN OTHERS THEN
1049: ece_error_handling_pvt.print_parse_error(
1050: dbms_sql.last_error_position,
1051: '');
1052: ROLLBACK TO insert_into_prod_interface_pvt;
1053: x_return_status := fnd_api.g_ret_sts_error;