DBA Data[Home] [Help]

APPS.EAM_OP_COMP dependencies on EAM_DEBUG

Line 604: eam_debug.init_err_stack('eam_workorders_jsp.' || l_api_name);

600: l_max_prior_end_date DATE;
601: l_scheduled_start_date DATE;
602: l_scheduled_end_date DATE;
603: begin
604: eam_debug.init_err_stack('eam_workorders_jsp.' || l_api_name);
605:
606: select first_unit_start_date,last_unit_completion_date
607: into l_scheduled_start_date,l_scheduled_end_date
608: from wip_operations

Line 662: eam_debug.init_err_stack('Exception has occured in ' || l_api_name);

658: exception
659: when others then
660: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
661: x_msg_data := x_msg_data || ' UNEXPECTED ERROR: ' || SQLERRM;
662: eam_debug.init_err_stack('Exception has occured in ' || l_api_name);
663: end get_op_defaults;
664:
665:
666: END eam_op_comp;