DBA Data[Home] [Help]

APPS.EAM_OP_COMP dependencies on EAM_DEBUG

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

604: l_max_prior_end_date DATE;
605: l_scheduled_start_date DATE;
606: l_scheduled_end_date DATE;
607: begin
608: eam_debug.init_err_stack('eam_workorders_jsp.' || l_api_name);
609:
610: select first_unit_start_date,last_unit_completion_date
611: into l_scheduled_start_date,l_scheduled_end_date
612: from wip_operations

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

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