DBA Data[Home] [Help]

APPS.EAM_WO_CHANGE_STATUS_PVT dependencies on APP_EXCEPTION

Line 1133: APP_EXCEPTION.RAISE_EXCEPTION;

1129: , p_entity_id => 1
1130: , p_entity_index => 1
1131: , p_message_type => 'E'
1132: );
1133: APP_EXCEPTION.RAISE_EXCEPTION;
1134: END;
1135: END IF; --end of check if reqs exist or not --for 8594830
1136: END LOOP;
1137:

Line 1203: APP_EXCEPTION.RAISE_EXCEPTION;

1199: WHEN OTHERS THEN
1200: ROLLBACK TO create_osp_req_at_rel;
1201: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug(to_char(sysdate,'DD-MON-YY HH:MI:SS')||'EAM_WO_CHANGE_STATUS_PVT.create_osp_req_at_rel: error creating reqs for osp at rel '); END IF;
1202: IF (l_wip_error_flag = 1) THEN /*Added for FP 6814440*/
1203: APP_EXCEPTION.RAISE_EXCEPTION;
1204: END IF;
1205: END create_osp_req_at_rel;
1206:
1207: --Added for 8594830